#C75AE4

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

Shades of Medium Orchid #C75AE4

Tints of Medium Orchid #C75AE4

Color information

#C75AE4 (or 0xC75AE4) is unknown color: approx Medium Orchid. HEX triplet: C7, 5A and E4. RGB value is (199,90,228). Sum of RGB (Red+Green+Blue) = 199+90+228=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #C75AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75AE4 is #38A51B. Grayscale: #898989. Windows color (decimal): -3712284 or 14965447. OLE color: 14965447.

HSL color Cylindrical-coordinate representation of color #C75AE4: hue angle of 287.39º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75AE4 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19990228-
CMYK0.130.6100.11
HSL287.39º71.88%62.35%-
HSV(B)287.39º60.53%89.41%-
XYZ41.2125.0676.06-
YUV138.32178.61171.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.49%
GREEN value IS 90 (35.55% from 255) = 17.41%
BLUE value IS 228 (89.45% from 255) = 44.10%
R=38.49%
G=17.41%
B=44.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal199902280.130.6100.11287.3971.8862.35
HexC75AE4D3D0B11f483e
Octal307132344157501343711076
Binary110001111011010111001001101111101010111000111111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75AE4; }

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

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

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

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

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

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

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

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