#CA63DF

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

Shades of Medium Orchid #CA63DF

Tints of Medium Orchid #CA63DF

Color information

#CA63DF (or 0xCA63DF) is unknown color: approx Medium Orchid. HEX triplet: CA, 63 and DF. RGB value is (202,99,223). Sum of RGB (Red+Green+Blue) = 202+99+223=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63DF is #359C20. Grayscale: #8F8F8F. Windows color (decimal): -3513377 or 14640074. OLE color: 14640074.

HSL color Cylindrical-coordinate representation of color #CA63DF: hue angle of 289.84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA63DF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20299223-
CMYK0.090.5600.13
HSL289.84º65.96%63.14%-
HSV(B)289.84º55.61%87.45%-
XYZ42.1426.8172.77-
YUV143.93172.62169.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 99 (39.06% from 255) = 18.89%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=38.55%
G=18.89%
B=42.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202992230.090.5600.13289.8465.9663.14
HexCA63DF9380D122423f
Octal312143337117001544210277
Binary110010101100011110111111001111000011011001000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63DF; }

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

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

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

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

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

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

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

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