#C175C5

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

Shades of Orchid #C175C5

Tints of Orchid #C175C5

Color information

#C175C5 (or 0xC175C5) is unknown color: approx Orchid. HEX triplet: C1, 75 and C5. RGB value is (193,117,197). Sum of RGB (Red+Green+Blue) = 193+117+197=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #C175C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175C5 is #3E8A3A. Grayscale: #949494. Windows color (decimal): -4098619 or 12940737. OLE color: 12940737.

HSL color Cylindrical-coordinate representation of color #C175C5: hue angle of 297º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C175C5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB193117197-
CMYK0.020.4100.23
HSL297º40.82%61.57%-
HSV(B)297º40.61%77.25%-
XYZ38.4328.0956.22-
YUV148.84155.18159.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 197 (77.34% from 255) = 38.86%
R=38.07%
G=23.08%
B=38.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931171970.020.4100.2329740.8261.57
HexC175C5229017129293e
Octal3011653052510274515176
Binary1100000111101011100010110101001010111100101001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175C5; }

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

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

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

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

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

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

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

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