#CA61E9

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

Shades of Medium Orchid #CA61E9

Tints of Medium Orchid #CA61E9

Color information

#CA61E9 (or 0xCA61E9) is unknown color: approx Medium Orchid. HEX triplet: CA, 61 and E9. RGB value is (202,97,233). Sum of RGB (Red+Green+Blue) = 202+97+233=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA61E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA61E9 is #359E16. Grayscale: #8F8F8F. Windows color (decimal): -3513879 or 15294922. OLE color: 15294922.

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

Color convert

RGB20297233-
CMYK0.130.5800.09
HSL286.32º75.56%64.71%-
HSV(B)286.32º58.37%91.37%-
XYZ43.3426.9980.02-
YUV143.9178.29169.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 97 (38.28% from 255) = 18.23%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=37.97%
G=18.23%
B=43.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202972330.130.5800.09286.3275.5664.71
HexCA61E9D3A0911e4c41
Octal3121413511572011436114101
Binary1100101011000011110100111011110100100110001111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61E9; }

 p { color: rgb(202,97,233); }

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

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

 a { background-color: rgb(202,97,233); }

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

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

 span { border-color: rgb(202,97,233); }

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