#CA38F8

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

Shades of Medium Orchid #CA38F8

Tints of Medium Orchid #CA38F8

Color information

#CA38F8 (or 0xCA38F8) is unknown color: approx Medium Orchid. HEX triplet: CA, 38 and F8. RGB value is (202,56,248). Sum of RGB (Red+Green+Blue) = 202+56+248=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 56 (22.27% from 255 or 11.07% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA38F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38F8 is #35C707. Grayscale: #787878. Windows color (decimal): -3524360 or 16267466. OLE color: 16267466.

HSL color Cylindrical-coordinate representation of color #CA38F8: hue angle of 285.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA38F8 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20256248-
CMYK0.190.7700.03
HSL285.62º93.2%59.61%-
HSV(B)285.62º77.42%97.25%-
XYZ42.7122.1690.83-
YUV121.54199.37185.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 56 (22.27% from 255) = 11.07%
BLUE value IS 248 (97.27% from 255) = 49.01%
R=39.92%
G=11.07%
B=49.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202562480.190.7700.03285.6293.259.61
HexCA38F8134D0311e5d3c
Octal31270370231150343613574
Binary11001010111000111110001001110011010111000111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA38F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA38F8; }

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

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

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

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

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

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

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

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