#CA48D7

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

Shades of Medium Orchid #CA48D7

Tints of Medium Orchid #CA48D7

Color information

#CA48D7 (or 0xCA48D7) is unknown color: approx Medium Orchid. HEX triplet: CA, 48 and D7. RGB value is (202,72,215). Sum of RGB (Red+Green+Blue) = 202+72+215=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA48D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48D7 is #35B728. Grayscale: #7E7E7E. Windows color (decimal): -3520297 or 14108874. OLE color: 14108874.

HSL color Cylindrical-coordinate representation of color #CA48D7: hue angle of 294.55º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA48D7 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20272215-
CMYK0.060.6700.16
HSL294.55º64.13%56.27%-
HSV(B)294.55º66.51%84.31%-
XYZ38.9422.166.5-
YUV127.17177.57181.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 72 (28.52% from 255) = 14.72%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=41.31%
G=14.72%
B=43.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202722150.060.6700.16294.5564.1356.27
HexCA48D76430101274038
Octal312110327610302044710070
Binary1100101010010001101011111010000110100001001001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA48D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA48D7; }

 p { color: rgb(202,72,215); }

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

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

 a { background-color: rgb(202,72,215); }

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

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

 span { border-color: rgb(202,72,215); }

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