Html Css Color HEX #C85CD9 Medium Orchid

📋 copy color: '#C85CD9'

red 200 ◦ green 92 ◦ blue 217

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

Shades of Medium Orchid #C85CD9

Tints of Medium Orchid #C85CD9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.07%

 BLUE value IS 217 (85.16% from 255) = 42.63%

R = 39.29%
G = 18.07%
B = 42.63%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85CD9 (or 0xC85CD9) is known color: Medium Orchid. HEX triplet: C8, 5C and D9. RGB value is (200,92,217). Sum of RGB (Red+Green+Blue) = 200+92+217=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #C85CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CD9 is #37A326. Grayscale: #8A8A8A. Windows color (decimal): -3646247 or 14245064. OLE color: 14245064.

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

Color convert

RGB 200 92 217 -
CMYK 0.08 0.58 0 0.15
HSL 291.84º 0.62% 0.61% -
HSV(B) 291.84º 0.58% 0.85% -
XYZ 40.17 24.94 68.34 -
YUV 138.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 200 92 217 0.08 0.58 0 0.15 291.84 0.62 0.61
Hex C8 5C D9 8 3A 0 F 124 3E 3D
Octal 310 134 331 10 72 0 17 444 76 75
Binary 11001000 1011100 11011001 1000 111010 0 1111 100100100 111110 111101

Color Harmonies of #C85CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CD9

Black with #C85CD9

Text Example


Text Example

White with #C85CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CD9; }

 p { color: rgb(200,92,217); }

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

background-color css

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

 a { background-color: rgb(200,92,217); }

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

border-color css

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

 span { border-color: rgb(200,92,217); }

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