Html Css Color HEX #C860EB Medium Orchid

📋 copy color: '#C860EB'

red 200 ◦ green 96 ◦ blue 235

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

Shades of Medium Orchid #C860EB

Tints of Medium Orchid #C860EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.08%

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

R = 37.66%
G = 18.08%
B = 44.26%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C860EB (or 0xC860EB) is known color: Medium Orchid. HEX triplet: C8, 60 and EB. RGB value is (200,96,235). Sum of RGB (Red+Green+Blue) = 200+96+235=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #C860EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C860EB is #379F14. Grayscale: #8E8E8E. Windows color (decimal): -3645205 or 15425736. OLE color: 15425736.

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

Color convert

RGB 200 96 235 -
CMYK 0.15 0.59 0 0.08
HSL 284.89º 0.78% 0.65% -
HSV(B) 284.89º 0.59% 0.92% -
XYZ 43 26.64 81.47 -
YUV 142.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 200 96 235 0.15 0.59 0 0.08 284.89 0.78 0.65
Hex C8 60 EB F 3B 0 8 11D 4E 41
Octal 310 140 353 17 73 0 10 435 116 101
Binary 11001000 1100000 11101011 1111 111011 0 1000 100011101 1001110 1000001

Color Harmonies of #C860EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860EB

Black with #C860EB

Text Example


Text Example

White with #C860EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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