Html Css Color HEX #DC86CC Orchid

📋 copy color: '#DC86CC'

red 220 ◦ green 134 ◦ blue 204

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

Shades of Orchid #DC86CC

Tints of Orchid #DC86CC

RGB

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

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

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

R = 39.43%
G = 24.01%
B = 36.56%

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

#DC86CC (or 0xDC86CC) is known color: Orchid. HEX triplet: DC, 86 and CC. RGB value is (220,134,204). Sum of RGB (Red+Green+Blue) = 220+134+204=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86CC is #237933. Grayscale: #A7A7A7. Windows color (decimal): -2324788 or 13403868. OLE color: 13403868.

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

Color convert

RGB 220 134 204 -
CMYK 0 0.39 0.07 0.14
HSL 311.16º 0.55% 0.69% -
HSV(B) 311.16º 0.39% 0.86% -
XYZ 48.94 36.63 61.62 -
YUV 167.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 220 134 204 0 0.39 0.07 0.14 311.16 0.55 0.69
Hex DC 86 CC 0 27 7 E 137 37 45
Octal 334 206 314 0 47 7 16 467 67 105
Binary 11011100 10000110 11001100 0 100111 111 1110 100110111 110111 1000101

Color Harmonies of #DC86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86CC

Black with #DC86CC

Text Example


Text Example

White with #DC86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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