Html Css Color HEX #DC6CCC Orchid

📋 copy color: '#DC6CCC'

red 220 ◦ green 108 ◦ blue 204

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

Shades of Orchid #DC6CCC

Tints of Orchid #DC6CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.3%

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

R = 41.35%
G = 20.3%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC6CCC (or 0xDC6CCC) is known color: Orchid. HEX triplet: DC, 6C and CC. RGB value is (220,108,204). Sum of RGB (Red+Green+Blue) = 220+108+204=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CCC is #239333. Grayscale: #989898. Windows color (decimal): -2331444 or 13397212. OLE color: 13397212.

HSL color Cylindrical-coordinate representation of color #DC6CCC: hue angle of 308.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CCC is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 204 -
CMYK 0 0.51 0.07 0.14
HSL 308.57º 0.62% 0.64% -
HSV(B) 308.57º 0.51% 0.86% -
XYZ 45.78 30.3 60.56 -
YUV 152.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 220 108 204 0 0.51 0.07 0.14 308.57 0.62 0.64
Hex DC 6C CC 0 33 7 E 135 3E 40
Octal 334 154 314 0 63 7 16 465 76 100
Binary 11011100 1101100 11001100 0 110011 111 1110 100110101 111110 1000000

Color Harmonies of #DC6CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CCC

Black with #DC6CCC

Text Example


Text Example

White with #DC6CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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