#C17BBF

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

Shades of Orchid #C17BBF

Tints of Orchid #C17BBF

Color information

#C17BBF (or 0xC17BBF) is unknown color: approx Orchid. HEX triplet: C1, 7B and BF. RGB value is (193,123,191). Sum of RGB (Red+Green+Blue) = 193+123+191=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BBF is #3E8440. Grayscale: #979797. Windows color (decimal): -4097089 or 12549057. OLE color: 12549057.

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

Color convert

RGB193123191-
CMYK00.360.010.24
HSL301.71º36.08%61.96%-
HSV(B)301.71º36.27%75.69%-
XYZ38.4829.2652.91-
YUV151.68150.19157.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 191 (75% from 255) = 37.67%
R=38.07%
G=24.26%
B=37.67%

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
Decimal19312319100.360.010.24301.7136.0861.96
HexC17BBF02411812e243e
Octal3011732770441304564476
Binary110000011111011101111110100100111000100101110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17BBF; }

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

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

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

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

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

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

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

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