#CA62E0

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

Shades of Medium Orchid #CA62E0

Tints of Medium Orchid #CA62E0

Color information

#CA62E0 (or 0xCA62E0) is unknown color: approx Medium Orchid. HEX triplet: CA, 62 and E0. RGB value is (202,98,224). Sum of RGB (Red+Green+Blue) = 202+98+224=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA62E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62E0 is #359D1F. Grayscale: #8F8F8F. Windows color (decimal): -3513632 or 14705354. OLE color: 14705354.

HSL color Cylindrical-coordinate representation of color #CA62E0: hue angle of 289.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA62E0 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20298224-
CMYK0.100.5600.12
HSL289.52º67.02%63.14%-
HSV(B)289.52º56.25%87.84%-
XYZ42.1826.6773.45-
YUV143.46173.46169.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 98 (38.67% from 255) = 18.70%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=38.55%
G=18.70%
B=42.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202982240.100.5600.12289.5267.0263.14
HexCA62E0A380C122433f
Octal312142340127001444210377
Binary110010101100010111000001010111000011001001000101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA62E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA62E0; }

 p { color: rgb(202,98,224); }

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

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

 a { background-color: rgb(202,98,224); }

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

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

 span { border-color: rgb(202,98,224); }

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