Html Css Color HEX #C45EDB Medium Orchid

📋 copy color: '#C45EDB'

red 196 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #C45EDB

Tints of Medium Orchid #C45EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 38.51%
G = 18.47%
B = 43.03%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C45EDB (or 0xC45EDB) is known color: Medium Orchid. HEX triplet: C4, 5E and DB. RGB value is (196,94,219). Sum of RGB (Red+Green+Blue) = 196+94+219=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C45EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EDB is #3BA124. Grayscale: #8A8A8A. Windows color (decimal): -3907877 or 14376644. OLE color: 14376644.

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

Color convert

RGB 196 94 219 -
CMYK 0.11 0.57 0 0.14
HSL 288.96º 0.63% 0.61% -
HSV(B) 288.96º 0.57% 0.86% -
XYZ 39.55 24.86 69.73 -
YUV 138.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 196 94 219 0.11 0.57 0 0.14 288.96 0.63 0.61
Hex C4 5E DB B 39 0 E 121 3F 3D
Octal 304 136 333 13 71 0 16 441 77 75
Binary 11000100 1011110 11011011 1011 111001 0 1110 100100001 111111 111101

Color Harmonies of #C45EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EDB

Black with #C45EDB

Text Example


Text Example

White with #C45EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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