Html Css Color HEX #C45DF3 Medium Orchid

📋 copy color: '#C45DF3'

red 196 ◦ green 93 ◦ blue 243

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

Shades of Medium Orchid #C45DF3

Tints of Medium Orchid #C45DF3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.48%

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

R = 36.84%
G = 17.48%
B = 45.68%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C45DF3 (or 0xC45DF3) is known color: Medium Orchid. HEX triplet: C4, 5D and F3. RGB value is (196,93,243). Sum of RGB (Red+Green+Blue) = 196+93+243=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #C45DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DF3 is #3BA20C. Grayscale: #8C8C8C. Windows color (decimal): -3908109 or 15949252. OLE color: 15949252.

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

Color convert

RGB 196 93 243 -
CMYK 0.19 0.62 0 0.05
HSL 281.2º 0.86% 0.66% -
HSV(B) 281.2º 0.62% 0.95% -
XYZ 42.86 26.04 87.56 -
YUV 140.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 196 93 243 0.19 0.62 0 0.05 281.2 0.86 0.66
Hex C4 5D F3 13 3E 0 5 119 56 42
Octal 304 135 363 23 76 0 5 431 126 102
Binary 11000100 1011101 11110011 10011 111110 0 101 100011001 1010110 1000010

Color Harmonies of #C45DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DF3

Black with #C45DF3

Text Example


Text Example

White with #C45DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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