Html Css Color HEX #C85EEB Medium Orchid

📋 copy color: '#C85EEB'

red 200 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #C85EEB

Tints of Medium Orchid #C85EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.77%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 37.81%
G = 17.77%
B = 44.42%

CMYK

 C value IS 0.15

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C85EEB (or 0xC85EEB) is known color: Medium Orchid. HEX triplet: C8, 5E and EB. RGB value is (200,94,235). Sum of RGB (Red+Green+Blue) = 200+94+235=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C85EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85EEB is #37A114. Grayscale: #8D8D8D. Windows color (decimal): -3645717 or 15425224. OLE color: 15425224.

HSL color Cylindrical-coordinate representation of color #C85EEB: hue angle of 285.11º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85EEB is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 94 235 -
CMYK 0.15 0.6 0 0.08
HSL 285.11º 0.78% 0.65% -
HSV(B) 285.11º 0.6% 0.92% -
XYZ 42.82 26.28 81.41 -
YUV 141.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 200 94 235 0.15 0.6 0 0.08 285.11 0.78 0.65
Hex C8 5E EB F 3C 0 8 11D 4E 41
Octal 310 136 353 17 74 0 10 435 116 101
Binary 11001000 1011110 11101011 1111 111100 0 1000 100011101 1001110 1000001

Color Harmonies of #C85EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EEB

Black with #C85EEB

Text Example


Text Example

White with #C85EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EEB; }

 p { color: rgb(200,94,235); }

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

background-color css

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

 a { background-color: rgb(200,94,235); }

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

border-color css

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

 span { border-color: rgb(200,94,235); }

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