Html Css Color HEX #DC6CCB Orchid

📋 copy color: '#DC6CCB'

red 220 ◦ green 108 ◦ blue 203

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

Shades of Orchid #DC6CCB

Tints of Orchid #DC6CCB

RGB

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

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

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

R = 41.43%
G = 20.34%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC6CCB (or 0xDC6CCB) is known color: Orchid. HEX triplet: DC, 6C and CB. RGB value is (220,108,203). Sum of RGB (Red+Green+Blue) = 220+108+203=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CCB is #239334. Grayscale: #989898. Windows color (decimal): -2331445 or 13331676. OLE color: 13331676.

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

Color convert

RGB 220 108 203 -
CMYK 0 0.51 0.08 0.14
HSL 309.11º 0.62% 0.64% -
HSV(B) 309.11º 0.51% 0.86% -
XYZ 45.66 30.25 59.93 -
YUV 152.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 220 108 203 0 0.51 0.08 0.14 309.11 0.62 0.64
Hex DC 6C CB 0 33 8 E 135 3E 40
Octal 334 154 313 0 63 10 16 465 76 100
Binary 11011100 1101100 11001011 0 110011 1000 1110 100110101 111110 1000000

Color Harmonies of #DC6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CCB

Black with #DC6CCB

Text Example


Text Example

White with #DC6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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