#CA38E5

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

Shades of Medium Orchid #CA38E5

Tints of Medium Orchid #CA38E5

Color information

#CA38E5 (or 0xCA38E5) is unknown color: approx Medium Orchid. HEX triplet: CA, 38 and E5. RGB value is (202,56,229). Sum of RGB (Red+Green+Blue) = 202+56+229=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA38E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38E5 is #35C71A. Grayscale: #767676. Windows color (decimal): -3524379 or 15022282. OLE color: 15022282.

HSL color Cylindrical-coordinate representation of color #CA38E5: hue angle of 290.64º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA38E5 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20256229-
CMYK0.120.7600.10
HSL290.64º76.89%55.88%-
HSV(B)290.64º75.55%89.8%-
XYZ39.9121.0476.09-
YUV119.38189.87186.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 56 (22.27% from 255) = 11.50%
BLUE value IS 229 (89.84% from 255) = 47.02%
R=41.48%
G=11.50%
B=47.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202562290.120.7600.10290.6476.8955.88
HexCA38E5C4C0A1234d38
Octal312703451411401244311570
Binary110010101110001110010111001001100010101001000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA38E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA38E5; }

 p { color: rgb(202,56,229); }

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

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

 a { background-color: rgb(202,56,229); }

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

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

 span { border-color: rgb(202,56,229); }

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