Html Css Color HEX #C45EE1 Medium Orchid

📋 copy color: '#C45EE1'

red 196 ◦ green 94 ◦ blue 225

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

Shades of Medium Orchid #C45EE1

Tints of Medium Orchid #C45EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.25%

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 38.06%
G = 18.25%
B = 43.69%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C45EE1 (or 0xC45EE1) is known color: Medium Orchid. HEX triplet: C4, 5E and E1. RGB value is (196,94,225). Sum of RGB (Red+Green+Blue) = 196+94+225=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #C45EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EE1 is #3BA11E. Grayscale: #8B8B8B. Windows color (decimal): -3907871 or 14769860. OLE color: 14769860.

HSL color Cylindrical-coordinate representation of color #C45EE1: hue angle of 286.72º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45EE1 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 94 225 -
CMYK 0.13 0.58 0 0.12
HSL 286.72º 0.69% 0.63% -
HSV(B) 286.72º 0.58% 0.88% -
XYZ 40.36 25.18 73.97 -
YUV 139.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 196 94 225 0.13 0.58 0 0.12 286.72 0.69 0.63
Hex C4 5E E1 D 3A 0 C 11F 45 3F
Octal 304 136 341 15 72 0 14 437 105 77
Binary 11000100 1011110 11100001 1101 111010 0 1100 100011111 1000101 111111

Color Harmonies of #C45EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EE1

Black with #C45EE1

Text Example


Text Example

White with #C45EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EE1; }

 p { color: rgb(196,94,225); }

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

background-color css

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

 a { background-color: rgb(196,94,225); }

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

border-color css

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

 span { border-color: rgb(196,94,225); }

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