Html Css Color HEX #C85DDC Medium Orchid

📋 copy color: '#C85DDC'

red 200 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #C85DDC

Tints of Medium Orchid #C85DDC

RGB

 RED value IS 200 (78.52% from 255) = 38.99%

 GREEN value IS 93 (36.72% from 255) = 18.13%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 38.99%
G = 18.13%
B = 42.88%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C85DDC (or 0xC85DDC) is known color: Medium Orchid. HEX triplet: C8, 5D and DC. RGB value is (200,93,220). Sum of RGB (Red+Green+Blue) = 200+93+220=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C85DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DDC is #37A223. Grayscale: #8B8B8B. Windows color (decimal): -3645988 or 14441928. OLE color: 14441928.

HSL color Cylindrical-coordinate representation of color #C85DDC: hue angle of 290.55º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85DDC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 93 220 -
CMYK 0.09 0.58 0 0.14
HSL 290.55º 0.64% 0.61% -
HSV(B) 290.55º 0.58% 0.86% -
XYZ 40.65 25.28 70.45 -
YUV 139.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 200 93 220 0.09 0.58 0 0.14 290.55 0.64 0.61
Hex C8 5D DC 9 3A 0 E 123 40 3D
Octal 310 135 334 11 72 0 16 443 100 75
Binary 11001000 1011101 11011100 1001 111010 0 1110 100100011 1000000 111101

Color Harmonies of #C85DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DDC

Black with #C85DDC

Text Example


Text Example

White with #C85DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DDC; }

 p { color: rgb(200,93,220); }

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

background-color css

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

 a { background-color: rgb(200,93,220); }

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

border-color css

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

 span { border-color: rgb(200,93,220); }

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