Html Css Color HEX #DC86CF Orchid

📋 copy color: '#DC86CF'

red 220 ◦ green 134 ◦ blue 207

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

Shades of Orchid #DC86CF

Tints of Orchid #DC86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 39.22%
G = 23.89%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC86CF (or 0xDC86CF) is known color: Orchid. HEX triplet: DC, 86 and CF. RGB value is (220,134,207). Sum of RGB (Red+Green+Blue) = 220+134+207=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86CF is #237930. Grayscale: #A7A7A7. Windows color (decimal): -2324785 or 13600476. OLE color: 13600476.

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

Color convert

RGB 220 134 207 -
CMYK 0 0.39 0.06 0.14
HSL 309.07º 0.55% 0.69% -
HSV(B) 309.07º 0.39% 0.86% -
XYZ 49.3 36.77 63.53 -
YUV 168.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 220 134 207 0 0.39 0.06 0.14 309.07 0.55 0.69
Hex DC 86 CF 0 27 6 E 135 37 45
Octal 334 206 317 0 47 6 16 465 67 105
Binary 11011100 10000110 11001111 0 100111 110 1110 100110101 110111 1000101

Color Harmonies of #DC86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86CF

Black with #DC86CF

Text Example


Text Example

White with #DC86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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