#C674DD

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

Shades of Orchid #C674DD

Tints of Orchid #C674DD

Color information

#C674DD (or 0xC674DD) is unknown color: approx Orchid. HEX triplet: C6, 74 and DD. RGB value is (198,116,221). Sum of RGB (Red+Green+Blue) = 198+116+221=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C674DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674DD is #398B22. Grayscale: #989898. Windows color (decimal): -3771171 or 14513350. OLE color: 14513350.

HSL color Cylindrical-coordinate representation of color #C674DD: hue angle of 286.86º 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 #C674DD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198116221-
CMYK0.100.4800.13
HSL286.86º60.69%66.08%-
HSV(B)286.86º47.51%86.67%-
XYZ42.5929.7271.9-
YUV152.49166.67160.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=37.01%
G=21.68%
B=41.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981162210.100.4800.13286.8660.6966.08
HexC674DDA300D11f3d42
Octal306164335126001543775102
Binary110001101110100110111011010110000011011000111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674DD; }

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

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

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

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

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

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

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

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