Html Css Color HEX #C458D5 Medium Orchid

📋 copy color: '#C458D5'

red 196 ◦ green 88 ◦ blue 213

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

Shades of Medium Orchid #C458D5

Tints of Medium Orchid #C458D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 39.44%
G = 17.71%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C458D5 (or 0xC458D5) is known color: Medium Orchid. HEX triplet: C4, 58 and D5. RGB value is (196,88,213). Sum of RGB (Red+Green+Blue) = 196+88+213=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #C458D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C458D5 is #3BA72A. Grayscale: #868686. Windows color (decimal): -3909419 or 13981892. OLE color: 13981892.

HSL color Cylindrical-coordinate representation of color #C458D5: hue angle of 291.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C458D5 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 88 213 -
CMYK 0.08 0.59 0 0.16
HSL 291.84º 0.6% 0.59% -
HSV(B) 291.84º 0.59% 0.84% -
XYZ 38.26 23.52 65.47 -
YUV 134.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 196 88 213 0.08 0.59 0 0.16 291.84 0.6 0.59
Hex C4 58 D5 8 3B 0 10 124 3C 3B
Octal 304 130 325 10 73 0 20 444 74 73
Binary 11000100 1011000 11010101 1000 111011 0 10000 100100100 111100 111011

Color Harmonies of #C458D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C458D5

Black with #C458D5

Text Example


Text Example

White with #C458D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C458D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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