Html Css Color HEX #C858EA Medium Orchid

📋 copy color: '#C858EA'

red 200 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #C858EA

Tints of Medium Orchid #C858EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 38.31%
G = 16.86%
B = 44.83%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C858EA (or 0xC858EA) is known color: Medium Orchid. HEX triplet: C8, 58 and EA. RGB value is (200,88,234). Sum of RGB (Red+Green+Blue) = 200+88+234=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #C858EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C858EA is #37A715. Grayscale: #898989. Windows color (decimal): -3647254 or 15358152. OLE color: 15358152.

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

Color convert

RGB 200 88 234 -
CMYK 0.15 0.62 0 0.08
HSL 286.03º 0.78% 0.63% -
HSV(B) 286.03º 0.62% 0.92% -
XYZ 42.16 25.2 80.48 -
YUV 138.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 200 88 234 0.15 0.62 0 0.08 286.03 0.78 0.63
Hex C8 58 EA F 3E 0 8 11E 4E 3F
Octal 310 130 352 17 76 0 10 436 116 77
Binary 11001000 1011000 11101010 1111 111110 0 1000 100011110 1001110 111111

Color Harmonies of #C858EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C858EA

Black with #C858EA

Text Example


Text Example

White with #C858EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C858EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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