Html Css Color HEX #DC6BCB Orchid

📋 copy color: '#DC6BCB'

red 220 ◦ green 107 ◦ blue 203

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

Shades of Orchid #DC6BCB

Tints of Orchid #DC6BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

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

R = 41.51%
G = 20.19%
B = 38.3%

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

#DC6BCB (or 0xDC6BCB) is known color: Orchid. HEX triplet: DC, 6B and CB. RGB value is (220,107,203). Sum of RGB (Red+Green+Blue) = 220+107+203=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BCB is #239434. Grayscale: #979797. Windows color (decimal): -2331701 or 13331420. OLE color: 13331420.

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

Color convert

RGB 220 107 203 -
CMYK 0 0.51 0.08 0.14
HSL 309.03º 0.62% 0.64% -
HSV(B) 309.03º 0.51% 0.86% -
XYZ 45.55 30.04 59.9 -
YUV 151.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 220 107 203 0 0.51 0.08 0.14 309.03 0.62 0.64
Hex DC 6B CB 0 33 8 E 135 3E 40
Octal 334 153 313 0 63 10 16 465 76 100
Binary 11011100 1101011 11001011 0 110011 1000 1110 100110101 111110 1000000

Color Harmonies of #DC6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BCB

Black with #DC6BCB

Text Example


Text Example

White with #DC6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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