Html Css Color HEX #C85BEF Medium Orchid

📋 copy color: '#C85BEF'

red 200 ◦ green 91 ◦ blue 239

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

Shades of Medium Orchid #C85BEF

Tints of Medium Orchid #C85BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 37.74%
G = 17.17%
B = 45.09%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C85BEF (or 0xC85BEF) is known color: Medium Orchid. HEX triplet: C8, 5B and EF. RGB value is (200,91,239). Sum of RGB (Red+Green+Blue) = 200+91+239=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #C85BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BEF is #37A410. Grayscale: #8B8B8B. Windows color (decimal): -3646481 or 15686600. OLE color: 15686600.

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

Color convert

RGB 200 91 239 -
CMYK 0.16 0.62 0 0.06
HSL 284.19º 0.82% 0.65% -
HSV(B) 284.19º 0.62% 0.94% -
XYZ 43.14 25.99 84.4 -
YUV 140.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 200 91 239 0.16 0.62 0 0.06 284.19 0.82 0.65
Hex C8 5B EF 10 3E 0 6 11C 52 41
Octal 310 133 357 20 76 0 6 434 122 101
Binary 11001000 1011011 11101111 10000 111110 0 110 100011100 1010010 1000001

Color Harmonies of #C85BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BEF

Black with #C85BEF

Text Example


Text Example

White with #C85BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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