Html Css Color HEX #DD66C8 Orchid

📋 copy color: '#DD66C8'

red 221 ◦ green 102 ◦ blue 200

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

Shades of Orchid #DD66C8

Tints of Orchid #DD66C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.24%

R = 42.26%
G = 19.5%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD66C8 (or 0xDD66C8) is known color: Orchid. HEX triplet: DD, 66 and C8. RGB value is (221,102,200). Sum of RGB (Red+Green+Blue) = 221+102+200=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66C8 is #229937. Grayscale: #949494. Windows color (decimal): -2267448 or 13133533. OLE color: 13133533.

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

Color convert

RGB 221 102 200 -
CMYK 0 0.54 0.10 0.13
HSL 310.59º 0.64% 0.63% -
HSV(B) 310.59º 0.54% 0.87% -
XYZ 45 29.05 57.88 -
YUV 148.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 221 102 200 0 0.54 0.10 0.13 310.59 0.64 0.63
Hex DD 66 C8 0 36 A D 137 40 3F
Octal 335 146 310 0 66 12 15 467 100 77
Binary 11011101 1100110 11001000 0 110110 1010 1101 100110111 1000000 111111

Color Harmonies of #DD66C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66C8

Black with #DD66C8

Text Example


Text Example

White with #DD66C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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