#CA38F4

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

Shades of Medium Orchid #CA38F4

Tints of Medium Orchid #CA38F4

Color information

#CA38F4 (or 0xCA38F4) is unknown color: approx Medium Orchid. HEX triplet: CA, 38 and F4. RGB value is (202,56,244). Sum of RGB (Red+Green+Blue) = 202+56+244=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA38F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38F4 is #35C70B. Grayscale: #787878. Windows color (decimal): -3524364 or 16005322. OLE color: 16005322.

HSL color Cylindrical-coordinate representation of color #CA38F4: hue angle of 286.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA38F4 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20256244-
CMYK0.170.7700.04
HSL286.6º89.52%58.82%-
HSV(B)286.6º77.05%95.69%-
XYZ42.121.9287.6-
YUV121.09197.37185.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 56 (22.27% from 255) = 11.16%
BLUE value IS 244 (95.70% from 255) = 48.61%
R=40.24%
G=11.16%
B=48.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202562440.170.7700.04286.689.5258.82
HexCA38F4114D0411f5a3b
Octal31270364211150443713273
Binary110010101110001111010010001100110101001000111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA38F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA38F4; }

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

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

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

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

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

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

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

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