#C674BD

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

Shades of Orchid #C674BD

Tints of Orchid #C674BD

Color information

#C674BD (or 0xC674BD) is unknown color: approx Orchid. HEX triplet: C6, 74 and BD. RGB value is (198,116,189). Sum of RGB (Red+Green+Blue) = 198+116+189=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BD is #398B42. Grayscale: #949494. Windows color (decimal): -3771203 or 12416198. OLE color: 12416198.

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

Color convert

RGB198116189-
CMYK00.410.050.22
HSL306.59º41.84%61.57%-
HSV(B)306.59º41.41%77.65%-
XYZ38.7228.1751.54-
YUV148.84150.67163.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 116 (45.70% from 255) = 23.06%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=39.36%
G=23.06%
B=37.57%

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
Decimal19811618900.410.050.22306.5941.8461.57
HexC674BD0295161332a3e
Octal3061642750515264635276
Binary11000110111010010111101010100110110110100110011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674BD; }

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

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

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

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

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

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

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

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