Html Css Color HEX #C45EDA Medium Orchid

📋 copy color: '#C45EDA'

red 196 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #C45EDA

Tints of Medium Orchid #C45EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 38.58%
G = 18.5%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C45EDA (or 0xC45EDA) is known color: Medium Orchid. HEX triplet: C4, 5E and DA. RGB value is (196,94,218). Sum of RGB (Red+Green+Blue) = 196+94+218=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C45EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45EDA is #3BA125. Grayscale: #8A8A8A. Windows color (decimal): -3907878 or 14311108. OLE color: 14311108.

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

Color convert

RGB 196 94 218 -
CMYK 0.10 0.57 0 0.15
HSL 289.35º 0.63% 0.61% -
HSV(B) 289.35º 0.57% 0.85% -
XYZ 39.42 24.8 69.04 -
YUV 138.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 196 94 218 0.10 0.57 0 0.15 289.35 0.63 0.61
Hex C4 5E DA A 39 0 F 121 3F 3D
Octal 304 136 332 12 71 0 17 441 77 75
Binary 11000100 1011110 11011010 1010 111001 0 1111 100100001 111111 111101

Color Harmonies of #C45EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EDA

Black with #C45EDA

Text Example


Text Example

White with #C45EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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