Html Css Color HEX #DD66CF Orchid

📋 copy color: '#DD66CF'

red 221 ◦ green 102 ◦ blue 207

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

Shades of Orchid #DD66CF

Tints of Orchid #DD66CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 41.7%
G = 19.25%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD66CF (or 0xDD66CF) is known color: Orchid. HEX triplet: DD, 66 and CF. RGB value is (221,102,207). Sum of RGB (Red+Green+Blue) = 221+102+207=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66CF is #229930. Grayscale: #959595. Windows color (decimal): -2267441 or 13592285. OLE color: 13592285.

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

Color convert

RGB 221 102 207 -
CMYK 0 0.54 0.06 0.13
HSL 307.06º 0.64% 0.63% -
HSV(B) 307.06º 0.54% 0.87% -
XYZ 45.83 29.38 62.29 -
YUV 149.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 221 102 207 0 0.54 0.06 0.13 307.06 0.64 0.63
Hex DD 66 CF 0 36 6 D 133 40 3F
Octal 335 146 317 0 66 6 15 463 100 77
Binary 11011101 1100110 11001111 0 110110 110 1101 100110011 1000000 111111

Color Harmonies of #DD66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66CF

Black with #DD66CF

Text Example


Text Example

White with #DD66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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