#C677CC

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

Shades of Orchid #C677CC

Tints of Orchid #C677CC

Color information

#C677CC (or 0xC677CC) is unknown color: approx Orchid. HEX triplet: C6, 77 and CC. RGB value is (198,119,204). Sum of RGB (Red+Green+Blue) = 198+119+204=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C677CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677CC is #398833. Grayscale: #989898. Windows color (decimal): -3770420 or 13400006. OLE color: 13400006.

HSL color Cylindrical-coordinate representation of color #C677CC: hue angle of 295.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C677CC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB198119204-
CMYK0.030.4200.2
HSL295.76º45.45%63.33%-
HSV(B)295.76º41.67%80%-
XYZ40.7829.5660.68-
YUV152.31157.17160.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=38.00%
G=22.84%
B=39.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981192040.030.4200.2295.7645.4563.33
HexC677CC32A0141282d3f
Octal3061673143520244505577
Binary1100011011101111100110011101010010100100101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C677CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C677CC; }

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

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

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

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

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

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

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

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