Html Css Color HEX #DD66E6 Orchid

📋 copy color: '#DD66E6'

red 221 ◦ green 102 ◦ blue 230

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

Shades of Orchid #DD66E6

Tints of Orchid #DD66E6

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.44%

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 39.96%
G = 18.44%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD66E6 (or 0xDD66E6) is known color: Orchid. HEX triplet: DD, 66 and E6. RGB value is (221,102,230). Sum of RGB (Red+Green+Blue) = 221+102+230=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66E6 is #229919. Grayscale: #979797. Windows color (decimal): -2267418 or 15099613. OLE color: 15099613.

HSL color Cylindrical-coordinate representation of color #DD66E6: hue angle of 295.78º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD66E6 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 102 230 -
CMYK 0.04 0.56 0 0.10
HSL 295.78º 0.72% 0.65% -
HSV(B) 295.78º 0.56% 0.9% -
XYZ 48.85 30.59 78.19 -
YUV 152.17 171.92 177.09 -
System Red Green Blue C M Y K H S L
Decimal 221 102 230 0.04 0.56 0 0.10 295.78 0.72 0.65
Hex DD 66 E6 4 38 0 A 128 48 41
Octal 335 146 346 4 70 0 12 450 110 101
Binary 11011101 1100110 11100110 100 111000 0 1010 100101000 1001000 1000001

Color Harmonies of #DD66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66E6

Black with #DD66E6

Text Example


Text Example

White with #DD66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66E6; }

 p { color: rgb(221,102,230); }

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

background-color css

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

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

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

border-color css

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

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

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