Html Css Color HEX #C45EF3 Medium Orchid

📋 copy color: '#C45EF3'

red 196 ◦ green 94 ◦ blue 243

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

Shades of Medium Orchid #C45EF3

Tints of Medium Orchid #C45EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.59%

R = 36.77%
G = 17.64%
B = 45.59%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C45EF3 (or 0xC45EF3) is known color: Medium Orchid. HEX triplet: C4, 5E and F3. RGB value is (196,94,243). Sum of RGB (Red+Green+Blue) = 196+94+243=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #C45EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EF3 is #3BA10C. Grayscale: #8C8C8C. Windows color (decimal): -3907853 or 15949508. OLE color: 15949508.

HSL color Cylindrical-coordinate representation of color #C45EF3: hue angle of 281.07º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45EF3 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 94 243 -
CMYK 0.19 0.61 0 0.05
HSL 281.07º 0.86% 0.66% -
HSV(B) 281.07º 0.61% 0.95% -
XYZ 42.95 26.21 87.59 -
YUV 141.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 196 94 243 0.19 0.61 0 0.05 281.07 0.86 0.66
Hex C4 5E F3 13 3D 0 5 119 56 42
Octal 304 136 363 23 75 0 5 431 126 102
Binary 11000100 1011110 11110011 10011 111101 0 101 100011001 1010110 1000010

Color Harmonies of #C45EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EF3

Black with #C45EF3

Text Example


Text Example

White with #C45EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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