Html Css Color HEX #C858EF Medium Orchid

📋 copy color: '#C858EF'

red 200 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #C858EF

Tints of Medium Orchid #C858EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.7%

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

R = 37.95%
G = 16.7%
B = 45.35%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C858EF (or 0xC858EF) is known color: Medium Orchid. HEX triplet: C8, 58 and EF. RGB value is (200,88,239). Sum of RGB (Red+Green+Blue) = 200+88+239=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #C858EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C858EF is #37A710. Grayscale: #8A8A8A. Windows color (decimal): -3647249 or 15685832. OLE color: 15685832.

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

Color convert

RGB 200 88 239 -
CMYK 0.16 0.63 0 0.06
HSL 284.5º 0.83% 0.64% -
HSV(B) 284.5º 0.63% 0.94% -
XYZ 42.89 25.49 84.32 -
YUV 138.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 200 88 239 0.16 0.63 0 0.06 284.5 0.83 0.64
Hex C8 58 EF 10 3F 0 6 11D 53 40
Octal 310 130 357 20 77 0 6 435 123 100
Binary 11001000 1011000 11101111 10000 111111 0 110 100011101 1010011 1000000

Color Harmonies of #C858EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858EF

Black with #C858EF

Text Example


Text Example

White with #C858EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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