#C17DCB

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

Shades of Orchid #C17DCB

Tints of Orchid #C17DCB

Color information

#C17DCB (or 0xC17DCB) is unknown color: approx Orchid. HEX triplet: C1, 7D and CB. RGB value is (193,125,203). Sum of RGB (Red+Green+Blue) = 193+125+203=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C17DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCB is #3E8234. Grayscale: #999999. Windows color (decimal): -4096565 or 13336001. OLE color: 13336001.

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

Color convert

RGB193125203-
CMYK0.050.3800.20
HSL292.31º42.86%64.31%-
HSV(B)292.31º38.42%79.61%-
XYZ40.1130.3260.24-
YUV154.22155.53155.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=37.04%
G=23.99%
B=38.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931252030.050.3800.20292.3142.8664.31
HexC17DCB5260141242b40
Octal30117531354602444453100
Binary110000011111101110010111011001100101001001001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DCB; }

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

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

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

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

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

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

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

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