Html Css Color HEX #DD66CA Orchid

📋 copy color: '#DD66CA'

red 221 ◦ green 102 ◦ blue 202

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

Shades of Orchid #DD66CA

Tints of Orchid #DD66CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 42.1%
G = 19.43%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD66CA (or 0xDD66CA) is known color: Orchid. HEX triplet: DD, 66 and CA. RGB value is (221,102,202). Sum of RGB (Red+Green+Blue) = 221+102+202=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66CA is #229935. Grayscale: #949494. Windows color (decimal): -2267446 or 13264605. OLE color: 13264605.

HSL color Cylindrical-coordinate representation of color #DD66CA: hue angle of 309.58º 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 #DD66CA is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 202 -
CMYK 0 0.54 0.09 0.13
HSL 309.58º 0.64% 0.63% -
HSV(B) 309.58º 0.54% 0.87% -
XYZ 45.23 29.14 59.12 -
YUV 148.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 221 102 202 0 0.54 0.09 0.13 309.58 0.64 0.63
Hex DD 66 CA 0 36 9 D 136 40 3F
Octal 335 146 312 0 66 11 15 466 100 77
Binary 11011101 1100110 11001010 0 110110 1001 1101 100110110 1000000 111111

Color Harmonies of #DD66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66CA

Black with #DD66CA

Text Example


Text Example

White with #DD66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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