Html Css Color HEX #DC6DCC Orchid

📋 copy color: '#DC6DCC'

red 220 ◦ green 109 ◦ blue 204

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

Shades of Orchid #DC6DCC

Tints of Orchid #DC6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.45%

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

R = 41.28%
G = 20.45%
B = 38.27%

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

#DC6DCC (or 0xDC6DCC) is known color: Orchid. HEX triplet: DC, 6D and CC. RGB value is (220,109,204). Sum of RGB (Red+Green+Blue) = 220+109+204=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DCC is #239233. Grayscale: #989898. Windows color (decimal): -2331188 or 13397468. OLE color: 13397468.

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

Color convert

RGB 220 109 204 -
CMYK 0 0.50 0.07 0.14
HSL 308.65º 0.61% 0.65% -
HSV(B) 308.65º 0.5% 0.86% -
XYZ 45.88 30.51 60.6 -
YUV 153.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 220 109 204 0 0.50 0.07 0.14 308.65 0.61 0.65
Hex DC 6D CC 0 32 7 E 135 3D 41
Octal 334 155 314 0 62 7 16 465 75 101
Binary 11011100 1101101 11001100 0 110010 111 1110 100110101 111101 1000001

Color Harmonies of #DC6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DCC

Black with #DC6DCC

Text Example


Text Example

White with #DC6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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