#C175CE

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

Shades of Orchid #C175CE

Tints of Orchid #C175CE

Color information

#C175CE (or 0xC175CE) is unknown color: approx Orchid. HEX triplet: C1, 75 and CE. RGB value is (193,117,206). Sum of RGB (Red+Green+Blue) = 193+117+206=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C175CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175CE is #3E8A31. Grayscale: #959595. Windows color (decimal): -4098610 or 13530561. OLE color: 13530561.

HSL color Cylindrical-coordinate representation of color #C175CE: hue angle of 291.24º 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 #C175CE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193117206-
CMYK0.060.4300.19
HSL291.24º47.59%63.33%-
HSV(B)291.24º43.2%80.78%-
XYZ39.4928.5261.82-
YUV149.87159.68158.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 117 (46.09% from 255) = 22.67%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=37.40%
G=22.67%
B=39.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931172060.060.4300.19291.2447.5963.33
HexC175CE62B013123303f
Octal3011653166530234436077
Binary11000001111010111001110110101011010011100100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175CE; }

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

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

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

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

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

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

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

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