#CA4BEA

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

Shades of Medium Orchid #CA4BEA

Tints of Medium Orchid #CA4BEA

Color information

#CA4BEA (or 0xCA4BEA) is unknown color: approx Medium Orchid. HEX triplet: CA, 4B and EA. RGB value is (202,75,234). Sum of RGB (Red+Green+Blue) = 202+75+234=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4BEA is #35B415. Grayscale: #828282. Windows color (decimal): -3519510 or 15354826. OLE color: 15354826.

HSL color Cylindrical-coordinate representation of color #CA4BEA: hue angle of 287.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4BEA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20275234-
CMYK0.140.6800.08
HSL287.92º79.1%60.59%-
HSV(B)287.92º67.95%91.76%-
XYZ41.7223.5380.18-
YUV131.1186.08178.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 75 (29.69% from 255) = 14.68%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=39.53%
G=14.68%
B=45.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202752340.140.6800.08287.9279.160.59
HexCA4BEAE44081204f3d
Octal3121133521610401044011775
Binary1100101010010111110101011101000100010001001000001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BEA; }

 p { color: rgb(202,75,234); }

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

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

 a { background-color: rgb(202,75,234); }

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

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

 span { border-color: rgb(202,75,234); }

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