Html Css Color HEX #C45FE3 Medium Orchid

📋 copy color: '#C45FE3'

red 196 ◦ green 95 ◦ blue 227

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

Shades of Medium Orchid #C45FE3

Tints of Medium Orchid #C45FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.82%

R = 37.84%
G = 18.34%
B = 43.82%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C45FE3 (or 0xC45FE3) is known color: Medium Orchid. HEX triplet: C4, 5F and E3. RGB value is (196,95,227). Sum of RGB (Red+Green+Blue) = 196+95+227=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #C45FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FE3 is #3BA01C. Grayscale: #8B8B8B. Windows color (decimal): -3907613 or 14901188. OLE color: 14901188.

HSL color Cylindrical-coordinate representation of color #C45FE3: hue angle of 285.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45FE3 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 95 227 -
CMYK 0.14 0.58 0 0.11
HSL 285.91º 0.7% 0.63% -
HSV(B) 285.91º 0.58% 0.89% -
XYZ 40.72 25.47 75.44 -
YUV 140.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 196 95 227 0.14 0.58 0 0.11 285.91 0.7 0.63
Hex C4 5F E3 E 3A 0 B 11E 46 3F
Octal 304 137 343 16 72 0 13 436 106 77
Binary 11000100 1011111 11100011 1110 111010 0 1011 100011110 1000110 111111

Color Harmonies of #C45FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45FE3

Black with #C45FE3

Text Example


Text Example

White with #C45FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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