Html Css Color HEX #C85BE5 Medium Orchid

📋 copy color: '#C85BE5'

red 200 ◦ green 91 ◦ blue 229

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

Shades of Medium Orchid #C85BE5

Tints of Medium Orchid #C85BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.5%

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 38.46%
G = 17.5%
B = 44.04%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C85BE5 (or 0xC85BE5) is known color: Medium Orchid. HEX triplet: C8, 5B and E5. RGB value is (200,91,229). Sum of RGB (Red+Green+Blue) = 200+91+229=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #C85BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BE5 is #37A41A. Grayscale: #8A8A8A. Windows color (decimal): -3646491 or 15031240. OLE color: 15031240.

HSL color Cylindrical-coordinate representation of color #C85BE5: hue angle of 287.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85BE5 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 200 91 229 -
CMYK 0.13 0.60 0 0.10
HSL 287.39º 0.73% 0.63% -
HSV(B) 287.39º 0.6% 0.9% -
XYZ 41.7 25.42 76.84 -
YUV 139.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 200 91 229 0.13 0.60 0 0.10 287.39 0.73 0.63
Hex C8 5B E5 D 3C 0 A 11F 49 3F
Octal 310 133 345 15 74 0 12 437 111 77
Binary 11001000 1011011 11100101 1101 111100 0 1010 100011111 1001001 111111

Color Harmonies of #C85BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BE5

Black with #C85BE5

Text Example


Text Example

White with #C85BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BE5; }

 p { color: rgb(200,91,229); }

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

background-color css

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

 a { background-color: rgb(200,91,229); }

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

border-color css

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

 span { border-color: rgb(200,91,229); }

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