#C17BCA

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

Shades of Orchid #C17BCA

Tints of Orchid #C17BCA

Color information

#C17BCA (or 0xC17BCA) is unknown color: approx Orchid. HEX triplet: C1, 7B and CA. RGB value is (193,123,202). Sum of RGB (Red+Green+Blue) = 193+123+202=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BCA is #3E8435. Grayscale: #989898. Windows color (decimal): -4097078 or 13269953. OLE color: 13269953.

HSL color Cylindrical-coordinate representation of color #C17BCA: hue angle of 293.16º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17BCA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193123202-
CMYK0.040.3900.21
HSL293.16º42.7%63.73%-
HSV(B)293.16º39.11%79.22%-
XYZ39.7429.7759.53-
YUV152.94155.69156.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 123 (48.44% from 255) = 23.75%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=37.26%
G=23.75%
B=39.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931232020.040.3900.21293.1642.763.73
HexC17BCA4270151252b40
Octal30117331244702544553100
Binary110000011111011110010101001001110101011001001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17BCA; }

 p { color: rgb(193,123,202); }

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

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

 a { background-color: rgb(193,123,202); }

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

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

 span { border-color: rgb(193,123,202); }

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