#CA42F7

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

Shades of Medium Orchid #CA42F7

Tints of Medium Orchid #CA42F7

Color information

#CA42F7 (or 0xCA42F7) is unknown color: approx Medium Orchid. HEX triplet: CA, 42 and F7. RGB value is (202,66,247). Sum of RGB (Red+Green+Blue) = 202+66+247=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA42F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42F7 is #35BD08. Grayscale: #7E7E7E. Windows color (decimal): -3521801 or 16204490. OLE color: 16204490.

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

Color convert

RGB20266247-
CMYK0.180.7300.03
HSL285.08º91.88%61.37%-
HSV(B)285.08º73.28%96.86%-
XYZ43.0923.1790.2-
YUV127.3195.56181.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 66 (26.17% from 255) = 12.82%
BLUE value IS 247 (96.88% from 255) = 47.96%
R=39.22%
G=12.82%
B=47.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202662470.180.7300.03285.0891.8861.37
HexCA42F712490311d5c3d
Octal312102367221110343513475
Binary110010101000010111101111001010010010111000111011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42F7; }

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

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

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

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

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

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

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

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