#C674BB

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

Shades of Orchid #C674BB

Tints of Orchid #C674BB

Color information

#C674BB (or 0xC674BB) is unknown color: approx Orchid. HEX triplet: C6, 74 and BB. RGB value is (198,116,187). Sum of RGB (Red+Green+Blue) = 198+116+187=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BB is #398B44. Grayscale: #949494. Windows color (decimal): -3771205 or 12285126. OLE color: 12285126.

HSL color Cylindrical-coordinate representation of color #C674BB: hue angle of 308.05º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674BB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198116187-
CMYK00.410.060.22
HSL308.05º41.84%61.57%-
HSV(B)308.05º41.41%77.65%-
XYZ38.528.0850.41-
YUV148.61149.67163.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=39.52%
G=23.15%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811618700.410.060.22308.0541.8461.57
HexC674BB0296161342a3e
Octal3061642730516264645276
Binary11000110111010010111011010100111010110100110100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674BB; }

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

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

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

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

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

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

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

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