Html Css Color HEX #DC66CE Orchid

📋 copy color: '#DC66CE'

red 220 ◦ green 102 ◦ blue 206

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

Shades of Orchid #DC66CE

Tints of Orchid #DC66CE

RGB

 RED value IS 220 (86.33% from 255) = 41.67%

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

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 41.67%
G = 19.32%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC66CE (or 0xDC66CE) is known color: Orchid. HEX triplet: DC, 66 and CE. RGB value is (220,102,206). Sum of RGB (Red+Green+Blue) = 220+102+206=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66CE is #239931. Grayscale: #949494. Windows color (decimal): -2332978 or 13526748. OLE color: 13526748.

HSL color Cylindrical-coordinate representation of color #DC66CE: hue angle of 307.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66CE is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 102 206 -
CMYK 0 0.54 0.06 0.14
HSL 307.12º 0.63% 0.63% -
HSV(B) 307.12º 0.54% 0.86% -
XYZ 45.41 29.17 61.63 -
YUV 149.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 220 102 206 0 0.54 0.06 0.14 307.12 0.63 0.63
Hex DC 66 CE 0 36 6 E 133 3F 3F
Octal 334 146 316 0 66 6 16 463 77 77
Binary 11011100 1100110 11001110 0 110110 110 1110 100110011 111111 111111

Color Harmonies of #DC66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66CE

Black with #DC66CE

Text Example


Text Example

White with #DC66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66CE; }

 p { color: rgb(220,102,206); }

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

background-color css

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

 a { background-color: rgb(220,102,206); }

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

border-color css

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

 span { border-color: rgb(220,102,206); }

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