#C17BC0

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

Shades of Orchid #C17BC0

Tints of Orchid #C17BC0

Color information

#C17BC0 (or 0xC17BC0) is unknown color: approx Orchid. HEX triplet: C1, 7B and C0. RGB value is (193,123,192). Sum of RGB (Red+Green+Blue) = 193+123+192=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BC0 is #3E843F. Grayscale: #979797. Windows color (decimal): -4097088 or 12614593. OLE color: 12614593.

HSL color Cylindrical-coordinate representation of color #C17BC0: hue angle of 300.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17BC0 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193123192-
CMYK00.360.010.24
HSL300.86º36.08%61.96%-
HSV(B)300.86º36.27%75.69%-
XYZ38.5929.3153.49-
YUV151.8150.69157.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=37.99%
G=24.21%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312319200.360.010.24300.8636.0861.96
HexC17BC002411812d243e
Octal3011733000441304554476
Binary110000011111011110000000100100111000100101101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17BC0; }

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

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

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

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

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

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

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

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