Html Css Color HEX #DC66BC Orchid

📋 copy color: '#DC66BC'

red 220 ◦ green 102 ◦ blue 188

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

Shades of Orchid #DC66BC

Tints of Orchid #DC66BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 43.14%
G = 20%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC66BC (or 0xDC66BC) is known color: Orchid. HEX triplet: DC, 66 and BC. RGB value is (220,102,188). Sum of RGB (Red+Green+Blue) = 220+102+188=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66BC is #239943. Grayscale: #929292. Windows color (decimal): -2332996 or 12347100. OLE color: 12347100.

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

Color convert

RGB 220 102 188 -
CMYK 0 0.54 0.15 0.14
HSL 316.27º 0.63% 0.63% -
HSV(B) 316.27º 0.54% 0.86% -
XYZ 43.34 28.35 50.76 -
YUV 147.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 220 102 188 0 0.54 0.15 0.14 316.27 0.63 0.63
Hex DC 66 BC 0 36 F E 13C 3F 3F
Octal 334 146 274 0 66 17 16 474 77 77
Binary 11011100 1100110 10111100 0 110110 1111 1110 100111100 111111 111111

Color Harmonies of #DC66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66BC

Black with #DC66BC

Text Example


Text Example

White with #DC66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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