Html Css Color HEX #DC6ECC Orchid

📋 copy color: '#DC6ECC'

red 220 ◦ green 110 ◦ blue 204

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

Shades of Orchid #DC6ECC

Tints of Orchid #DC6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 41.2%
G = 20.6%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC6ECC (or 0xDC6ECC) is known color: Orchid. HEX triplet: DC, 6E and CC. RGB value is (220,110,204). Sum of RGB (Red+Green+Blue) = 220+110+204=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ECC is #239133. Grayscale: #999999. Windows color (decimal): -2330932 or 13397724. OLE color: 13397724.

HSL color Cylindrical-coordinate representation of color #DC6ECC: hue angle of 308.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6ECC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 204 -
CMYK 0 0.50 0.07 0.14
HSL 308.73º 0.61% 0.65% -
HSV(B) 308.73º 0.5% 0.86% -
XYZ 45.99 30.73 60.63 -
YUV 153.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 220 110 204 0 0.50 0.07 0.14 308.73 0.61 0.65
Hex DC 6E CC 0 32 7 E 135 3D 41
Octal 334 156 314 0 62 7 16 465 75 101
Binary 11011100 1101110 11001100 0 110010 111 1110 100110101 111101 1000001

Color Harmonies of #DC6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ECC

Black with #DC6ECC

Text Example


Text Example

White with #DC6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ECC; }

 p { color: rgb(220,110,204); }

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

background-color css

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

 a { background-color: rgb(220,110,204); }

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

border-color css

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

 span { border-color: rgb(220,110,204); }

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