#C75AF3

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

Shades of Medium Orchid #C75AF3

Tints of Medium Orchid #C75AF3

Color information

#C75AF3 (or 0xC75AF3) is unknown color: approx Medium Orchid. HEX triplet: C7, 5A and F3. RGB value is (199,90,243). Sum of RGB (Red+Green+Blue) = 199+90+243=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #C75AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75AF3 is #38A50C. Grayscale: #8B8B8B. Windows color (decimal): -3712269 or 15948487. OLE color: 15948487.

HSL color Cylindrical-coordinate representation of color #C75AF3: hue angle of 282.75º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C75AF3 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19990243-
CMYK0.180.6300.05
HSL282.75º86.44%65.29%-
HSV(B)282.75º62.96%95.29%-
XYZ43.3925.9387.51-
YUV140.03186.11170.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 90 (35.55% from 255) = 16.92%
BLUE value IS 243 (95.31% from 255) = 45.68%
R=37.41%
G=16.92%
B=45.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal199902430.180.6300.05282.7586.4465.29
HexC75AF3123F0511b5641
Octal307132363227705433126101
Binary1100011110110101111001110010111111010110001101110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75AF3; }

 p { color: rgb(199,90,243); }

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

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

 a { background-color: rgb(199,90,243); }

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

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

 span { border-color: rgb(199,90,243); }

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