#C174CF

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

Shades of Orchid #C174CF

Tints of Orchid #C174CF

Color information

#C174CF (or 0xC174CF) is unknown color: approx Orchid. HEX triplet: C1, 74 and CF. RGB value is (193,116,207). Sum of RGB (Red+Green+Blue) = 193+116+207=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C174CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174CF is #3E8B30. Grayscale: #959595. Windows color (decimal): -4098865 or 13595841. OLE color: 13595841.

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

Color convert

RGB193116207-
CMYK0.070.4400.19
HSL290.77º48.66%63.33%-
HSV(B)290.77º43.96%81.18%-
XYZ39.528.3362.42-
YUV149.4160.51159.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 116 (45.70% from 255) = 22.48%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=37.40%
G=22.48%
B=40.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931162070.070.4400.19290.7748.6663.33
HexC174CF72C013123313f
Octal3011643177540234436177
Binary11000001111010011001111111101100010011100100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174CF; }

 p { color: rgb(193,116,207); }

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

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

 a { background-color: rgb(193,116,207); }

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

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

 span { border-color: rgb(193,116,207); }

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