#C17CCB

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

Shades of Orchid #C17CCB

Tints of Orchid #C17CCB

Color information

#C17CCB (or 0xC17CCB) is unknown color: approx Orchid. HEX triplet: C1, 7C and CB. RGB value is (193,124,203). Sum of RGB (Red+Green+Blue) = 193+124+203=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C17CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCB is #3E8334. Grayscale: #999999. Windows color (decimal): -4096821 or 13335745. OLE color: 13335745.

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

Color convert

RGB193124203-
CMYK0.050.3900.20
HSL292.41º43.17%64.12%-
HSV(B)292.41º38.92%79.61%-
XYZ39.9830.0660.2-
YUV153.64155.86156.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=37.12%
G=23.85%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931242030.050.3900.20292.4143.1764.12
HexC17CCB5270141242b40
Octal30117431354702444453100
Binary110000011111100110010111011001110101001001001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CCB; }

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

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

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

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

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

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

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

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