#CA42DE

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

Shades of Medium Orchid #CA42DE

Tints of Medium Orchid #CA42DE

Color information

#CA42DE (or 0xCA42DE) is unknown color: approx Medium Orchid. HEX triplet: CA, 42 and DE. RGB value is (202,66,222). Sum of RGB (Red+Green+Blue) = 202+66+222=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA42DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42DE is #35BD21. Grayscale: #7B7B7B. Windows color (decimal): -3521826 or 14566090. OLE color: 14566090.

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

Color convert

RGB20266222-
CMYK0.090.7000.13
HSL292.31º70.27%56.47%-
HSV(B)292.31º70.27%87.06%-
XYZ39.4921.7371.22-
YUV124.45183.06183.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 66 (26.17% from 255) = 13.47%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=41.22%
G=13.47%
B=45.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202662220.090.7000.13292.3170.2756.47
HexCA42DE9460D1244638
Octal3121023361110601544410670
Binary1100101010000101101111010011000110011011001001001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42DE; }

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

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

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

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

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

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

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

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