#CA45D6

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

Shades of Medium Orchid #CA45D6

Tints of Medium Orchid #CA45D6

Color information

#CA45D6 (or 0xCA45D6) is unknown color: approx Medium Orchid. HEX triplet: CA, 45 and D6. RGB value is (202,69,214). Sum of RGB (Red+Green+Blue) = 202+69+214=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA45D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45D6 is #35BA29. Grayscale: #7C7C7C. Windows color (decimal): -3521066 or 14042570. OLE color: 14042570.

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

Color convert

RGB20269214-
CMYK0.060.6800.16
HSL295.03º63.88%55.49%-
HSV(B)295.03º67.76%83.92%-
XYZ38.6221.6765.76-
YUV125.3178.06182.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 69 (27.34% from 255) = 14.23%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=41.65%
G=14.23%
B=44.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202692140.060.6800.16295.0363.8855.49
HexCA45D66440101274037
Octal312105326610402044710067
Binary1100101010001011101011011010001000100001001001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45D6; }

 p { color: rgb(202,69,214); }

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

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

 a { background-color: rgb(202,69,214); }

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

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

 span { border-color: rgb(202,69,214); }

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