Html Css Color HEX #C45AE7 Medium Orchid

📋 copy color: '#C45AE7'

red 196 ◦ green 90 ◦ blue 231

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

Shades of Medium Orchid #C45AE7

Tints of Medium Orchid #C45AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 37.91%
G = 17.41%
B = 44.68%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C45AE7 (or 0xC45AE7) is known color: Medium Orchid. HEX triplet: C4, 5A and E7. RGB value is (196,90,231). Sum of RGB (Red+Green+Blue) = 196+90+231=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #C45AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AE7 is #3BA518. Grayscale: #898989. Windows color (decimal): -3908889 or 15162052. OLE color: 15162052.

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

Color convert

RGB 196 90 231 -
CMYK 0.15 0.61 0 0.09
HSL 285.11º 0.75% 0.63% -
HSV(B) 285.11º 0.61% 0.91% -
XYZ 40.84 24.82 78.24 -
YUV 137.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 196 90 231 0.15 0.61 0 0.09 285.11 0.75 0.63
Hex C4 5A E7 F 3D 0 9 11D 4B 3F
Octal 304 132 347 17 75 0 11 435 113 77
Binary 11000100 1011010 11100111 1111 111101 0 1001 100011101 1001011 111111

Color Harmonies of #C45AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45AE7

Black with #C45AE7

Text Example


Text Example

White with #C45AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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