#C474DD

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

Shades of Orchid #C474DD

Tints of Orchid #C474DD

Color information

#C474DD (or 0xC474DD) is unknown color: approx Orchid. HEX triplet: C4, 74 and DD. RGB value is (196,116,221). Sum of RGB (Red+Green+Blue) = 196+116+221=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C474DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474DD is #3B8B22. Grayscale: #979797. Windows color (decimal): -3902243 or 14513348. OLE color: 14513348.

HSL color Cylindrical-coordinate representation of color #C474DD: hue angle of 285.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C474DD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196116221-
CMYK0.110.4800.13
HSL285.71º60.69%66.08%-
HSV(B)285.71º47.51%86.67%-
XYZ42.0629.4571.87-
YUV151.89167159.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=36.77%
G=21.76%
B=41.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961162210.110.4800.13285.7160.6966.08
HexC474DDB300D11e3d42
Octal304164335136001543675102
Binary110001001110100110111011011110000011011000111101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C474DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C474DD; }

 p { color: rgb(196,116,221); }

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

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

 a { background-color: rgb(196,116,221); }

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

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

 span { border-color: rgb(196,116,221); }

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