#C677DD

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

Shades of Orchid #C677DD

Tints of Orchid #C677DD

Color information

#C677DD (or 0xC677DD) is unknown color: approx Orchid. HEX triplet: C6, 77 and DD. RGB value is (198,119,221). Sum of RGB (Red+Green+Blue) = 198+119+221=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C677DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677DD is #398822. Grayscale: #999999. Windows color (decimal): -3770403 or 14514118. OLE color: 14514118.

HSL color Cylindrical-coordinate representation of color #C677DD: hue angle of 286.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C677DD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198119221-
CMYK0.100.4600.13
HSL286.47º60%66.67%-
HSV(B)286.47º46.15%86.67%-
XYZ42.9430.4272.02-
YUV154.25165.67159.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.80%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=36.80%
G=22.12%
B=41.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981192210.100.4600.13286.476066.67
HexC677DDA2E0D11e3c43
Octal306167335125601543674103
Binary110001101110111110111011010101110011011000111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C677DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C677DD; }

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

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

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

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

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

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

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

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