Html Css Color HEX #DC87CB Orchid

📋 copy color: '#DC87CB'

red 220 ◦ green 135 ◦ blue 203

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

Shades of Orchid #DC87CB

Tints of Orchid #DC87CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.19%

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

R = 39.43%
G = 24.19%
B = 36.38%

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

#DC87CB (or 0xDC87CB) is known color: Orchid. HEX triplet: DC, 87 and CB. RGB value is (220,135,203). Sum of RGB (Red+Green+Blue) = 220+135+203=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87CB is #237834. Grayscale: #A7A7A7. Windows color (decimal): -2324533 or 13338588. OLE color: 13338588.

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

Color convert

RGB 220 135 203 -
CMYK 0 0.39 0.08 0.14
HSL 312º 0.55% 0.7% -
HSV(B) 312º 0.39% 0.86% -
XYZ 48.96 36.86 61.03 -
YUV 168.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 220 135 203 0 0.39 0.08 0.14 312 0.55 0.7
Hex DC 87 CB 0 27 8 E 138 37 46
Octal 334 207 313 0 47 10 16 470 67 106
Binary 11011100 10000111 11001011 0 100111 1000 1110 100111000 110111 1000110

Color Harmonies of #DC87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87CB

Black with #DC87CB

Text Example


Text Example

White with #DC87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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