#CA63D9

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

Shades of Medium Orchid #CA63D9

Tints of Medium Orchid #CA63D9

Color information

#CA63D9 (or 0xCA63D9) is unknown color: approx Medium Orchid. HEX triplet: CA, 63 and D9. RGB value is (202,99,217). Sum of RGB (Red+Green+Blue) = 202+99+217=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63D9 is #359C26. Grayscale: #8E8E8E. Windows color (decimal): -3513383 or 14246858. OLE color: 14246858.

HSL color Cylindrical-coordinate representation of color #CA63D9: hue angle of 292.37º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA63D9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20299217-
CMYK0.070.5400.15
HSL292.37º60.82%61.96%-
HSV(B)292.37º54.38%85.1%-
XYZ41.3426.4968.58-
YUV143.25169.62169.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=39.00%
G=19.11%
B=41.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202992170.070.5400.15292.3760.8261.96
HexCA63D97360F1243d3e
Octal3121433317660174447576
Binary1100101011000111101100111111011001111100100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63D9; }

 p { color: rgb(202,99,217); }

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

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

 a { background-color: rgb(202,99,217); }

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

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

 span { border-color: rgb(202,99,217); }

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