#C17ED2

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

Shades of Orchid #C17ED2

Tints of Orchid #C17ED2

Color information

#C17ED2 (or 0xC17ED2) is unknown color: approx Orchid. HEX triplet: C1, 7E and D2. RGB value is (193,126,210). Sum of RGB (Red+Green+Blue) = 193+126+210=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #C17ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ED2 is #3E812D. Grayscale: #9B9B9B. Windows color (decimal): -4096302 or 13795009. OLE color: 13795009.

HSL color Cylindrical-coordinate representation of color #C17ED2: hue angle of 287.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17ED2 is Cyan = 0.08, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193126210-
CMYK0.080.400.18
HSL287.86º48.28%65.88%-
HSV(B)287.86º40%82.35%-
XYZ41.0930.9164.77-
YUV155.61158.7154.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=36.48%
G=23.82%
B=39.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931262100.080.400.18287.8648.2865.88
HexC17ED28280121203042
Octal301176322105002244060102
Binary1100000111111101101001010001010000100101001000001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17ED2; }

 p { color: rgb(193,126,210); }

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

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

 a { background-color: rgb(193,126,210); }

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

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

 span { border-color: rgb(193,126,210); }

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