Html Css Color HEX #DC85D8 Orchid

📋 copy color: '#DC85D8'

red 220 ◦ green 133 ◦ blue 216

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

Shades of Orchid #DC85D8

Tints of Orchid #DC85D8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.37%

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 38.66%
G = 23.37%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC85D8 (or 0xDC85D8) is known color: Orchid. HEX triplet: DC, 85 and D8. RGB value is (220,133,216). Sum of RGB (Red+Green+Blue) = 220+133+216=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85D8 is #237A27. Grayscale: #A8A8A8. Windows color (decimal): -2325032 or 14190044. OLE color: 14190044.

HSL color Cylindrical-coordinate representation of color #DC85D8: hue angle of 302.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85D8 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 216 -
CMYK 0 0.40 0.02 0.14
HSL 302.76º 0.55% 0.69% -
HSV(B) 302.76º 0.4% 0.86% -
XYZ 50.3 36.95 69.45 -
YUV 168.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 220 133 216 0 0.40 0.02 0.14 302.76 0.55 0.69
Hex DC 85 D8 0 28 2 E 12F 37 45
Octal 334 205 330 0 50 2 16 457 67 105
Binary 11011100 10000101 11011000 0 101000 10 1110 100101111 110111 1000101

Color Harmonies of #DC85D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85D8

Black with #DC85D8

Text Example


Text Example

White with #DC85D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85D8; }

 p { color: rgb(220,133,216); }

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

background-color css

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

 a { background-color: rgb(220,133,216); }

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

border-color css

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

 span { border-color: rgb(220,133,216); }

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