#C17CBF

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

Shades of Orchid #C17CBF

Tints of Orchid #C17CBF

Color information

#C17CBF (or 0xC17CBF) is unknown color: approx Orchid. HEX triplet: C1, 7C and BF. RGB value is (193,124,191). Sum of RGB (Red+Green+Blue) = 193+124+191=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CBF is #3E8340. Grayscale: #989898. Windows color (decimal): -4096833 or 12549313. OLE color: 12549313.

HSL color Cylindrical-coordinate representation of color #C17CBF: hue angle of 301.74º 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 #C17CBF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193124191-
CMYK00.360.010.24
HSL301.74º35.75%62.16%-
HSV(B)301.74º35.75%75.69%-
XYZ38.629.5152.95-
YUV152.27149.86157.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 191 (75% from 255) = 37.60%
R=37.99%
G=24.41%
B=37.60%

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
Decimal19312419100.360.010.24301.7435.7562.16
HexC17CBF02411812e243e
Octal3011742770441304564476
Binary110000011111100101111110100100111000100101110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CBF; }

 p { color: rgb(193,124,191); }

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

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

 a { background-color: rgb(193,124,191); }

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

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

 span { border-color: rgb(193,124,191); }

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