Html Css Color HEX #C85BEE Medium Orchid

📋 copy color: '#C85BEE'

red 200 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #C85BEE

Tints of Medium Orchid #C85BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 37.81%
G = 17.2%
B = 44.99%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C85BEE (or 0xC85BEE) is known color: Medium Orchid. HEX triplet: C8, 5B and EE. RGB value is (200,91,238). Sum of RGB (Red+Green+Blue) = 200+91+238=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #C85BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BEE is #37A411. Grayscale: #8B8B8B. Windows color (decimal): -3646482 or 15621064. OLE color: 15621064.

HSL color Cylindrical-coordinate representation of color #C85BEE: hue angle of 284.49º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C85BEE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 91 238 -
CMYK 0.16 0.62 0 0.07
HSL 284.49º 0.81% 0.65% -
HSV(B) 284.49º 0.62% 0.93% -
XYZ 42.99 25.93 83.63 -
YUV 140.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 200 91 238 0.16 0.62 0 0.07 284.49 0.81 0.65
Hex C8 5B EE 10 3E 0 7 11C 51 41
Octal 310 133 356 20 76 0 7 434 121 101
Binary 11001000 1011011 11101110 10000 111110 0 111 100011100 1010001 1000001

Color Harmonies of #C85BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BEE

Black with #C85BEE

Text Example


Text Example

White with #C85BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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