Html Css Color HEX #DC6DCB Orchid

📋 copy color: '#DC6DCB'

red 220 ◦ green 109 ◦ blue 203

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

Shades of Orchid #DC6DCB

Tints of Orchid #DC6DCB

RGB

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

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

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

R = 41.35%
G = 20.49%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC6DCB (or 0xDC6DCB) is known color: Orchid. HEX triplet: DC, 6D and CB. RGB value is (220,109,203). Sum of RGB (Red+Green+Blue) = 220+109+203=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DCB is #239234. Grayscale: #989898. Windows color (decimal): -2331189 or 13331932. OLE color: 13331932.

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

Color convert

RGB 220 109 203 -
CMYK 0 0.50 0.08 0.14
HSL 309.19º 0.61% 0.65% -
HSV(B) 309.19º 0.5% 0.86% -
XYZ 45.76 30.46 59.97 -
YUV 152.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 220 109 203 0 0.50 0.08 0.14 309.19 0.61 0.65
Hex DC 6D CB 0 32 8 E 135 3D 41
Octal 334 155 313 0 62 10 16 465 75 101
Binary 11011100 1101101 11001011 0 110010 1000 1110 100110101 111101 1000001

Color Harmonies of #DC6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DCB

Black with #DC6DCB

Text Example


Text Example

White with #DC6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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