Html Css Color HEX #C85DD8 Medium Orchid

📋 copy color: '#C85DD8'

red 200 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #C85DD8

Tints of Medium Orchid #C85DD8

RGB

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

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

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

R = 39.29%
G = 18.27%
B = 42.44%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85DD8 (or 0xC85DD8) is known color: Medium Orchid. HEX triplet: C8, 5D and D8. RGB value is (200,93,216). Sum of RGB (Red+Green+Blue) = 200+93+216=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #C85DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DD8 is #37A227. Grayscale: #8A8A8A. Windows color (decimal): -3645992 or 14179784. OLE color: 14179784.

HSL color Cylindrical-coordinate representation of color #C85DD8: hue angle of 292.2º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85DD8 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 93 216 -
CMYK 0.07 0.57 0 0.15
HSL 292.2º 0.61% 0.61% -
HSV(B) 292.2º 0.57% 0.85% -
XYZ 40.13 25.07 67.69 -
YUV 139.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 200 93 216 0.07 0.57 0 0.15 292.2 0.61 0.61
Hex C8 5D D8 7 39 0 F 124 3D 3D
Octal 310 135 330 7 71 0 17 444 75 75
Binary 11001000 1011101 11011000 111 111001 0 1111 100100100 111101 111101

Color Harmonies of #C85DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85DD8

Black with #C85DD8

Text Example


Text Example

White with #C85DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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