#CA4EF7

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

Shades of Medium Orchid #CA4EF7

Tints of Medium Orchid #CA4EF7

Color information

#CA4EF7 (or 0xCA4EF7) is unknown color: approx Medium Orchid. HEX triplet: CA, 4E and F7. RGB value is (202,78,247). Sum of RGB (Red+Green+Blue) = 202+78+247=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA4EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EF7 is #35B108. Grayscale: #858585. Windows color (decimal): -3518729 or 16207562. OLE color: 16207562.

HSL color Cylindrical-coordinate representation of color #CA4EF7: hue angle of 284.02º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4EF7 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20278247-
CMYK0.180.6800.03
HSL284.02º91.35%63.73%-
HSV(B)284.02º68.42%96.86%-
XYZ43.8724.7290.46-
YUV134.34191.58176.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 78 (30.86% from 255) = 14.80%
BLUE value IS 247 (96.88% from 255) = 46.87%
R=38.33%
G=14.80%
B=46.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202782470.180.6800.03284.0291.3563.73
HexCA4EF712440311c5b40
Octal3121163672210403434133100
Binary1100101010011101111011110010100010001110001110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4EF7; }

 p { color: rgb(202,78,247); }

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

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

 a { background-color: rgb(202,78,247); }

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

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

 span { border-color: rgb(202,78,247); }

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