Html Css Color HEX #DD68DD Orchid

📋 copy color: '#DD68DD'

red 221 ◦ green 104 ◦ blue 221

#DD68DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DD68DD

Tints of Orchid #DD68DD

RGB

 RED value IS 221 (86.72% from 255) = 40.48%

 GREEN value IS 104 (41.02% from 255) = 19.05%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 40.48%
G = 19.05%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD68DD (or 0xDD68DD) is known color: Orchid. HEX triplet: DD, 68 and DD. RGB value is (221,104,221). Sum of RGB (Red+Green+Blue) = 221+104+221=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68DD is #229722. Grayscale: #979797. Windows color (decimal): -2266915 or 14510301. OLE color: 14510301.

HSL color Cylindrical-coordinate representation of color #DD68DD: hue angle of 300º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD68DD is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 221 -
CMYK 0 0.53 0 0.13
HSL 300º 0.63% 0.64% -
HSV(B) 300º 0.53% 0.87% -
XYZ 47.82 30.49 71.77 -
YUV 152.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 221 104 221 0 0.53 0 0.13 300 0.63 0.64
Hex DD 68 DD 0 35 0 D 12C 3F 40
Octal 335 150 335 0 65 0 15 454 77 100
Binary 11011101 1101000 11011101 0 110101 0 1101 100101100 111111 1000000

Color Harmonies of #DD68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD68DD

Black with #DD68DD

Text Example


Text Example

White with #DD68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD68DD; }

 p { color: rgb(221,104,221); }

 H1.HeaderClassName
 {
   color: #DD68DD;
 }
 .AnyTagClassName
 {
   color: #DD68DD;
 }
</style>

background-color css

<style>
 a { background-color: #DD68DD; }

 a { background-color: rgb(221,104,221); }

 div.DivClassName
 {
   background-color: #DD68DD;
 }
 .BgClassName
 {
   background-color: #DD68DD;
 }
</style>

border-color css

<style>
 span { border-color: #DD68DD; }

 span { border-color: rgb(221,104,221); }

 td.TdClassName
 {
   border-color: #DD68DD;
 }
 .TagClassName
 {
   border-color: #DD68DD;
 }
</style>