Html Css Color HEX #C85BED Medium Orchid

📋 copy color: '#C85BED'

red 200 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #C85BED

Tints of Medium Orchid #C85BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 37.88%
G = 17.23%
B = 44.89%

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

#C85BED (or 0xC85BED) is known color: Medium Orchid. HEX triplet: C8, 5B and ED. RGB value is (200,91,237). Sum of RGB (Red+Green+Blue) = 200+91+237=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #C85BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85BED is #37A412. Grayscale: #8B8B8B. Windows color (decimal): -3646483 or 15555528. OLE color: 15555528.

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

Color convert

RGB 200 91 237 -
CMYK 0.16 0.62 0 0.07
HSL 284.79º 0.8% 0.64% -
HSV(B) 284.79º 0.62% 0.93% -
XYZ 42.85 25.88 82.86 -
YUV 140.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 200 91 237 0.16 0.62 0 0.07 284.79 0.8 0.64
Hex C8 5B ED 10 3E 0 7 11D 50 40
Octal 310 133 355 20 76 0 7 435 120 100
Binary 11001000 1011011 11101101 10000 111110 0 111 100011101 1010000 1000000

Color Harmonies of #C85BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BED

Black with #C85BED

Text Example


Text Example

White with #C85BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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