#CA40E7

Color #CA40E7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CA40E7

Tints of Medium Orchid #CA40E7

Color information

#CA40E7 (or 0xCA40E7) is unknown color: approx Medium Orchid. HEX triplet: CA, 40 and E7. RGB value is (202,64,231). Sum of RGB (Red+Green+Blue) = 202+64+231=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA40E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40E7 is #35BF18. Grayscale: #7B7B7B. Windows color (decimal): -3522329 or 15155402. OLE color: 15155402.

HSL color Cylindrical-coordinate representation of color #CA40E7: hue angle of 289.58º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA40E7 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20264231-
CMYK0.130.7200.09
HSL289.58º77.67%57.84%-
HSV(B)289.58º72.29%90.59%-
XYZ40.6121.9977.71-
YUV124.3188.22183.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 64 (25.39% from 255) = 12.88%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=40.64%
G=12.88%
B=46.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202642310.130.7200.09289.5877.6757.84
HexCA40E7D48091224e3a
Octal3121003471511001144211672
Binary1100101010000001110011111011001000010011001000101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA40E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA40E7; }

 p { color: rgb(202,64,231); }

 H1.HeaderClassName
 {
   color: #CA40E7;
 }
 .AnyTagClassName
 {
   color: #CA40E7;
 }
</style>
background-color css

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

 a { background-color: rgb(202,64,231); }

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

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

 span { border-color: rgb(202,64,231); }

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