Html Css Color HEX #C45FEC Medium Orchid

📋 copy color: '#C45FEC'

red 196 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #C45FEC

Tints of Medium Orchid #C45FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.03%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 37.19%
G = 18.03%
B = 44.78%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C45FEC (or 0xC45FEC) is known color: Medium Orchid. HEX triplet: C4, 5F and EC. RGB value is (196,95,236). Sum of RGB (Red+Green+Blue) = 196+95+236=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #C45FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FEC is #3BA013. Grayscale: #8C8C8C. Windows color (decimal): -3907604 or 15491012. OLE color: 15491012.

HSL color Cylindrical-coordinate representation of color #C45FEC: hue angle of 282.98º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45FEC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 95 236 -
CMYK 0.17 0.60 0 0.07
HSL 282.98º 0.79% 0.65% -
HSV(B) 282.98º 0.6% 0.93% -
XYZ 42 25.98 82.16 -
YUV 141.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 196 95 236 0.17 0.60 0 0.07 282.98 0.79 0.65
Hex C4 5F EC 11 3C 0 7 11B 4F 41
Octal 304 137 354 21 74 0 7 433 117 101
Binary 11000100 1011111 11101100 10001 111100 0 111 100011011 1001111 1000001

Color Harmonies of #C45FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FEC

Black with #C45FEC

Text Example


Text Example

White with #C45FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FEC; }

 p { color: rgb(196,95,236); }

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

background-color css

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

 a { background-color: rgb(196,95,236); }

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

border-color css

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

 span { border-color: rgb(196,95,236); }

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