#CA62DD

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

Shades of Medium Orchid #CA62DD

Tints of Medium Orchid #CA62DD

Color information

#CA62DD (or 0xCA62DD) is unknown color: approx Medium Orchid. HEX triplet: CA, 62 and DD. RGB value is (202,98,221). Sum of RGB (Red+Green+Blue) = 202+98+221=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62DD is #359D22. Grayscale: #8E8E8E. Windows color (decimal): -3513635 or 14508746. OLE color: 14508746.

HSL color Cylindrical-coordinate representation of color #CA62DD: hue angle of 290.73º degrees, saturation: 0.64, 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 #CA62DD is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20298221-
CMYK0.090.5600.13
HSL290.73º64.4%62.55%-
HSV(B)290.73º55.66%86.67%-
XYZ41.7826.5171.32-
YUV143.12171.96170-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 98 (38.67% from 255) = 18.81%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=38.77%
G=18.81%
B=42.42%

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
Decimal202982210.090.5600.13290.7364.462.55
HexCA62DD9380D123403f
Octal312142335117001544310077
Binary110010101100010110111011001111000011011001000111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA62DD; }

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

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

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

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

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

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

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

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