Html Css Color HEX #C45EDF Medium Orchid

📋 copy color: '#C45EDF'

red 196 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #C45EDF

Tints of Medium Orchid #C45EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 38.21%
G = 18.32%
B = 43.47%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C45EDF (or 0xC45EDF) is known color: Medium Orchid. HEX triplet: C4, 5E and DF. RGB value is (196,94,223). Sum of RGB (Red+Green+Blue) = 196+94+223=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C45EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EDF is #3BA120. Grayscale: #8A8A8A. Windows color (decimal): -3907873 or 14638788. OLE color: 14638788.

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

Color convert

RGB 196 94 223 -
CMYK 0.12 0.58 0 0.13
HSL 287.44º 0.67% 0.62% -
HSV(B) 287.44º 0.58% 0.87% -
XYZ 40.09 25.07 72.54 -
YUV 139.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 196 94 223 0.12 0.58 0 0.13 287.44 0.67 0.62
Hex C4 5E DF C 3A 0 D 11F 43 3E
Octal 304 136 337 14 72 0 15 437 103 76
Binary 11000100 1011110 11011111 1100 111010 0 1101 100011111 1000011 111110

Color Harmonies of #C45EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EDF

Black with #C45EDF

Text Example


Text Example

White with #C45EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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