Html Css Color HEX #C45AD5 Medium Orchid

📋 copy color: '#C45AD5'

red 196 ◦ green 90 ◦ blue 213

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

Shades of Medium Orchid #C45AD5

Tints of Medium Orchid #C45AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 39.28%
G = 18.04%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C45AD5 (or 0xC45AD5) is known color: Medium Orchid. HEX triplet: C4, 5A and D5. RGB value is (196,90,213). Sum of RGB (Red+Green+Blue) = 196+90+213=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #C45AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45AD5 is #3BA52A. Grayscale: #878787. Windows color (decimal): -3908907 or 13982404. OLE color: 13982404.

HSL color Cylindrical-coordinate representation of color #C45AD5: hue angle of 291.71º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45AD5 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 90 213 -
CMYK 0.08 0.58 0 0.16
HSL 291.71º 0.59% 0.59% -
HSV(B) 291.71º 0.58% 0.84% -
XYZ 38.43 23.85 65.53 -
YUV 135.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 196 90 213 0.08 0.58 0 0.16 291.71 0.59 0.59
Hex C4 5A D5 8 3A 0 10 124 3B 3B
Octal 304 132 325 10 72 0 20 444 73 73
Binary 11000100 1011010 11010101 1000 111010 0 10000 100100100 111011 111011

Color Harmonies of #C45AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45AD5

Black with #C45AD5

Text Example


Text Example

White with #C45AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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