#C75FEA

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

Shades of Medium Orchid #C75FEA

Tints of Medium Orchid #C75FEA

Color information

#C75FEA (or 0xC75FEA) is unknown color: approx Medium Orchid. HEX triplet: C7, 5F and EA. RGB value is (199,95,234). Sum of RGB (Red+Green+Blue) = 199+95+234=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #C75FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FEA is #38A015. Grayscale: #8D8D8D. Windows color (decimal): -3710998 or 15359943. OLE color: 15359943.

HSL color Cylindrical-coordinate representation of color #C75FEA: hue angle of 284.89º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75FEA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19995234-
CMYK0.150.5900.08
HSL284.89º76.8%64.51%-
HSV(B)284.89º59.4%91.76%-
XYZ42.526.2780.67-
YUV141.94179.96168.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=37.69%
G=17.99%
B=44.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199952340.150.5900.08284.8976.864.51
HexC75FEAF3B0811d4d41
Octal3071373521773010435115101
Binary1100011110111111110101011111110110100010001110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75FEA; }

 p { color: rgb(199,95,234); }

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

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

 a { background-color: rgb(199,95,234); }

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

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

 span { border-color: rgb(199,95,234); }

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