Html Css Color HEX #C45AEC Medium Orchid

📋 copy color: '#C45AEC'

red 196 ◦ green 90 ◦ blue 236

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

Shades of Medium Orchid #C45AEC

Tints of Medium Orchid #C45AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.24%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 37.55%
G = 17.24%
B = 45.21%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C45AEC (or 0xC45AEC) is known color: Medium Orchid. HEX triplet: C4, 5A and EC. RGB value is (196,90,236). Sum of RGB (Red+Green+Blue) = 196+90+236=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #C45AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AEC is #3BA513. Grayscale: #898989. Windows color (decimal): -3908884 or 15489732. OLE color: 15489732.

HSL color Cylindrical-coordinate representation of color #C45AEC: hue angle of 283.56º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45AEC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 90 236 -
CMYK 0.17 0.62 0 0.07
HSL 283.56º 0.79% 0.64% -
HSV(B) 283.56º 0.62% 0.93% -
XYZ 41.56 25.1 82.01 -
YUV 138.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 196 90 236 0.17 0.62 0 0.07 283.56 0.79 0.64
Hex C4 5A EC 11 3E 0 7 11C 4F 40
Octal 304 132 354 21 76 0 7 434 117 100
Binary 11000100 1011010 11101100 10001 111110 0 111 100011100 1001111 1000000

Color Harmonies of #C45AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45AEC

Black with #C45AEC

Text Example


Text Example

White with #C45AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45AEC; }

 p { color: rgb(196,90,236); }

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

background-color css

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

 a { background-color: rgb(196,90,236); }

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

border-color css

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

 span { border-color: rgb(196,90,236); }

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