#C674BC

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

Shades of Orchid #C674BC

Tints of Orchid #C674BC

Color information

#C674BC (or 0xC674BC) is unknown color: approx Orchid. HEX triplet: C6, 74 and BC. RGB value is (198,116,188). Sum of RGB (Red+Green+Blue) = 198+116+188=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BC is #398B43. Grayscale: #949494. Windows color (decimal): -3771204 or 12350662. OLE color: 12350662.

HSL color Cylindrical-coordinate representation of color #C674BC: hue angle of 307.32º 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 #C674BC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198116188-
CMYK00.410.050.22
HSL307.32º41.84%61.57%-
HSV(B)307.32º41.41%77.65%-
XYZ38.6128.1350.97-
YUV148.73150.17163.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.44%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=39.44%
G=23.11%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811618800.410.050.22307.3241.8461.57
HexC674BC0295161332a3e
Octal3061642740515264635276
Binary11000110111010010111100010100110110110100110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674BC; }

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

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

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

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

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

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

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

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