#CA61DE

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

Shades of Medium Orchid #CA61DE

Tints of Medium Orchid #CA61DE

Color information

#CA61DE (or 0xCA61DE) is unknown color: approx Medium Orchid. HEX triplet: CA, 61 and DE. RGB value is (202,97,222). Sum of RGB (Red+Green+Blue) = 202+97+222=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA61DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61DE is #359E21. Grayscale: #8E8E8E. Windows color (decimal): -3513890 or 14574026. OLE color: 14574026.

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

Color convert

RGB20297222-
CMYK0.090.5600.13
HSL290.4º65.45%62.55%-
HSV(B)290.4º56.31%87.06%-
XYZ41.8226.3872-
YUV142.64172.79170.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=38.77%
G=18.62%
B=42.61%

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
Decimal202972220.090.5600.13290.465.4562.55
HexCA61DE9380D122413f
Octal312141336117001544210177
Binary110010101100001110111101001111000011011001000101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61DE; }

 p { color: rgb(202,97,222); }

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

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

 a { background-color: rgb(202,97,222); }

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

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

 span { border-color: rgb(202,97,222); }

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