Html Css Color HEX #DC66CB Orchid

📋 copy color: '#DC66CB'

red 220 ◦ green 102 ◦ blue 203

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

Shades of Orchid #DC66CB

Tints of Orchid #DC66CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 41.9%
G = 19.43%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC66CB (or 0xDC66CB) is known color: Orchid. HEX triplet: DC, 66 and CB. RGB value is (220,102,203). Sum of RGB (Red+Green+Blue) = 220+102+203=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66CB is #239934. Grayscale: #949494. Windows color (decimal): -2332981 or 13330140. OLE color: 13330140.

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

Color convert

RGB 220 102 203 -
CMYK 0 0.54 0.08 0.14
HSL 308.64º 0.63% 0.63% -
HSV(B) 308.64º 0.54% 0.86% -
XYZ 45.05 29.03 59.73 -
YUV 148.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 220 102 203 0 0.54 0.08 0.14 308.64 0.63 0.63
Hex DC 66 CB 0 36 8 E 135 3F 3F
Octal 334 146 313 0 66 10 16 465 77 77
Binary 11011100 1100110 11001011 0 110110 1000 1110 100110101 111111 111111

Color Harmonies of #DC66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66CB

Black with #DC66CB

Text Example


Text Example

White with #DC66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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