Html Css Color HEX #C058EA Medium Orchid

📋 copy color: '#C058EA'

red 192 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #C058EA

Tints of Medium Orchid #C058EA

RGB

 RED value IS 192 (75.39% from 255) = 37.35%

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

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

R = 37.35%
G = 17.12%
B = 45.53%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C058EA (or 0xC058EA) is known color: Medium Orchid. HEX triplet: C0, 58 and EA. RGB value is (192,88,234). Sum of RGB (Red+Green+Blue) = 192+88+234=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #C058EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058EA is #3FA715. Grayscale: #878787. Windows color (decimal): -4171542 or 15358144. OLE color: 15358144.

HSL color Cylindrical-coordinate representation of color #C058EA: hue angle of 282.74º 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 #C058EA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 88 234 -
CMYK 0.18 0.62 0 0.08
HSL 282.74º 0.78% 0.63% -
HSV(B) 282.74º 0.62% 0.92% -
XYZ 40.08 24.13 80.39 -
YUV 135.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 192 88 234 0.18 0.62 0 0.08 282.74 0.78 0.63
Hex C0 58 EA 12 3E 0 8 11B 4E 3F
Octal 300 130 352 22 76 0 10 433 116 77
Binary 11000000 1011000 11101010 10010 111110 0 1000 100011011 1001110 111111

Color Harmonies of #C058EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058EA

Black with #C058EA

Text Example


Text Example

White with #C058EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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