#C178CD

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

Shades of Orchid #C178CD

Tints of Orchid #C178CD

Color information

#C178CD (or 0xC178CD) is unknown color: approx Orchid. HEX triplet: C1, 78 and CD. RGB value is (193,120,205). Sum of RGB (Red+Green+Blue) = 193+120+205=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C178CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178CD is #3E8732. Grayscale: #979797. Windows color (decimal): -4097843 or 13465793. OLE color: 13465793.

HSL color Cylindrical-coordinate representation of color #C178CD: hue angle of 291.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C178CD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193120205-
CMYK0.060.4100.20
HSL291.53º45.95%63.73%-
HSV(B)291.53º41.46%80.39%-
XYZ39.7329.1861.3-
YUV151.52158.18157.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 120 (47.27% from 255) = 23.17%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=37.26%
G=23.17%
B=39.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931202050.060.4100.20291.5345.9563.73
HexC178CD6290141242e40
Octal30117031565102444456100
Binary110000011111000110011011101010010101001001001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C178CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C178CD; }

 p { color: rgb(193,120,205); }

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

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

 a { background-color: rgb(193,120,205); }

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

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

 span { border-color: rgb(193,120,205); }

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