Html Css Color HEX #DC86CA Orchid

📋 copy color: '#DC86CA'

red 220 ◦ green 134 ◦ blue 202

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

Shades of Orchid #DC86CA

Tints of Orchid #DC86CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 39.57%
G = 24.1%
B = 36.33%

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

#DC86CA (or 0xDC86CA) is known color: Orchid. HEX triplet: DC, 86 and CA. RGB value is (220,134,202). Sum of RGB (Red+Green+Blue) = 220+134+202=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86CA is #237935. Grayscale: #A7A7A7. Windows color (decimal): -2324790 or 13272796. OLE color: 13272796.

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

Color convert

RGB 220 134 202 -
CMYK 0 0.39 0.08 0.14
HSL 312.56º 0.55% 0.69% -
HSV(B) 312.56º 0.39% 0.86% -
XYZ 48.7 36.53 60.36 -
YUV 167.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 220 134 202 0 0.39 0.08 0.14 312.56 0.55 0.69
Hex DC 86 CA 0 27 8 E 139 37 45
Octal 334 206 312 0 47 10 16 471 67 105
Binary 11011100 10000110 11001010 0 100111 1000 1110 100111001 110111 1000101

Color Harmonies of #DC86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86CA

Black with #DC86CA

Text Example


Text Example

White with #DC86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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