Html Css Color HEX #DC86CB Orchid

📋 copy color: '#DC86CB'

red 220 ◦ green 134 ◦ blue 203

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

Shades of Orchid #DC86CB

Tints of Orchid #DC86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.06%

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

R = 39.5%
G = 24.06%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC86CB (or 0xDC86CB) is known color: Orchid. HEX triplet: DC, 86 and CB. RGB value is (220,134,203). Sum of RGB (Red+Green+Blue) = 220+134+203=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86CB is #237934. Grayscale: #A7A7A7. Windows color (decimal): -2324789 or 13338332. OLE color: 13338332.

HSL color Cylindrical-coordinate representation of color #DC86CB: hue angle of 311.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86CB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 203 -
CMYK 0 0.39 0.08 0.14
HSL 311.86º 0.55% 0.69% -
HSV(B) 311.86º 0.39% 0.86% -
XYZ 48.82 36.58 60.99 -
YUV 167.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 220 134 203 0 0.39 0.08 0.14 311.86 0.55 0.69
Hex DC 86 CB 0 27 8 E 138 37 45
Octal 334 206 313 0 47 10 16 470 67 105
Binary 11011100 10000110 11001011 0 100111 1000 1110 100111000 110111 1000101

Color Harmonies of #DC86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86CB

Black with #DC86CB

Text Example


Text Example

White with #DC86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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