Html Css Color HEX #C458EA Medium Orchid

📋 copy color: '#C458EA'

red 196 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #C458EA

Tints of Medium Orchid #C458EA

RGB

 RED value IS 196 (76.95% from 255) = 37.84%

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

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

R = 37.84%
G = 16.99%
B = 45.17%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C458EA (or 0xC458EA) is known color: Medium Orchid. HEX triplet: C4, 58 and EA. RGB value is (196,88,234). Sum of RGB (Red+Green+Blue) = 196+88+234=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #C458EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C458EA is #3BA715. Grayscale: #888888. Windows color (decimal): -3909398 or 15358148. OLE color: 15358148.

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

Color convert

RGB 196 88 234 -
CMYK 0.16 0.62 0 0.08
HSL 284.38º 0.78% 0.63% -
HSV(B) 284.38º 0.62% 0.92% -
XYZ 41.11 24.66 80.43 -
YUV 136.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 196 88 234 0.16 0.62 0 0.08 284.38 0.78 0.63
Hex C4 58 EA 10 3E 0 8 11C 4E 3F
Octal 304 130 352 20 76 0 10 434 116 77
Binary 11000100 1011000 11101010 10000 111110 0 1000 100011100 1001110 111111

Color Harmonies of #C458EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458EA

Black with #C458EA

Text Example


Text Example

White with #C458EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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