#C075CE

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

Shades of Orchid #C075CE

Tints of Orchid #C075CE

Color information

#C075CE (or 0xC075CE) is unknown color: approx Orchid. HEX triplet: C0, 75 and CE. RGB value is (192,117,206). Sum of RGB (Red+Green+Blue) = 192+117+206=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C075CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075CE is #3F8A31. Grayscale: #959595. Windows color (decimal): -4164146 or 13530560. OLE color: 13530560.

HSL color Cylindrical-coordinate representation of color #C075CE: hue angle of 290.56º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C075CE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192117206-
CMYK0.070.4300.19
HSL290.56º47.59%63.33%-
HSV(B)290.56º43.2%80.78%-
XYZ39.2428.3961.8-
YUV149.57159.85158.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 206 (80.86% from 255) = 40%
R=37.28%
G=22.72%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921172060.070.4300.19290.5647.5963.33
HexC075CE72B013123303f
Octal3001653167530234436077
Binary11000000111010111001110111101011010011100100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075CE; }

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

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

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

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

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

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

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

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