Html Css Color HEX #DC87CC Orchid

📋 copy color: '#DC87CC'

red 220 ◦ green 135 ◦ blue 204

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

Shades of Orchid #DC87CC

Tints of Orchid #DC87CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 39.36%
G = 24.15%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC87CC (or 0xDC87CC) is known color: Orchid. HEX triplet: DC, 87 and CC. RGB value is (220,135,204). Sum of RGB (Red+Green+Blue) = 220+135+204=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87CC is #237833. Grayscale: #A8A8A8. Windows color (decimal): -2324532 or 13404124. OLE color: 13404124.

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

Color convert

RGB 220 135 204 -
CMYK 0 0.39 0.07 0.14
HSL 311.29º 0.55% 0.7% -
HSV(B) 311.29º 0.39% 0.86% -
XYZ 49.08 36.9 61.66 -
YUV 168.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 220 135 204 0 0.39 0.07 0.14 311.29 0.55 0.7
Hex DC 87 CC 0 27 7 E 137 37 46
Octal 334 207 314 0 47 7 16 467 67 106
Binary 11011100 10000111 11001100 0 100111 111 1110 100110111 110111 1000110

Color Harmonies of #DC87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87CC

Black with #DC87CC

Text Example


Text Example

White with #DC87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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