Html Css Color HEX #DC85CD Orchid

📋 copy color: '#DC85CD'

red 220 ◦ green 133 ◦ blue 205

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

Shades of Orchid #DC85CD

Tints of Orchid #DC85CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 39.43%
G = 23.84%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC85CD (or 0xDC85CD) is known color: Orchid. HEX triplet: DC, 85 and CD. RGB value is (220,133,205). Sum of RGB (Red+Green+Blue) = 220+133+205=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85CD is #237A32. Grayscale: #A7A7A7. Windows color (decimal): -2325043 or 13469148. OLE color: 13469148.

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

Color convert

RGB 220 133 205 -
CMYK 0 0.40 0.07 0.14
HSL 310.34º 0.55% 0.69% -
HSV(B) 310.34º 0.4% 0.86% -
XYZ 48.92 36.4 62.2 -
YUV 167.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 220 133 205 0 0.40 0.07 0.14 310.34 0.55 0.69
Hex DC 85 CD 0 28 7 E 136 37 45
Octal 334 205 315 0 50 7 16 466 67 105
Binary 11011100 10000101 11001101 0 101000 111 1110 100110110 110111 1000101

Color Harmonies of #DC85CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85CD

Black with #DC85CD

Text Example


Text Example

White with #DC85CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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