#C075E7

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

Shades of Medium Orchid #C075E7

Tints of Medium Orchid #C075E7

Color information

#C075E7 (or 0xC075E7) is unknown color: approx Medium Orchid. HEX triplet: C0, 75 and E7. RGB value is (192,117,231). Sum of RGB (Red+Green+Blue) = 192+117+231=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #C075E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075E7 is #3F8A18. Grayscale: #989898. Windows color (decimal): -4164121 or 15168960. OLE color: 15168960.

HSL color Cylindrical-coordinate representation of color #C075E7: hue angle of 279.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C075E7 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192117231-
CMYK0.170.4900.09
HSL279.47º70.37%68.24%-
HSV(B)279.47º49.35%90.59%-
XYZ42.5229.779.09-
YUV152.42172.35156.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 117 (46.09% from 255) = 21.67%
BLUE value IS 231 (90.62% from 255) = 42.78%
R=35.56%
G=21.67%
B=42.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921172310.170.4900.09279.4770.3768.24
HexC075E71131091174644
Octal3001653472161011427106104
Binary11000000111010111100111100011100010100110001011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075E7; }

 p { color: rgb(192,117,231); }

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

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

 a { background-color: rgb(192,117,231); }

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

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

 span { border-color: rgb(192,117,231); }

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