#C674CC

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

Shades of Orchid #C674CC

Tints of Orchid #C674CC

Color information

#C674CC (or 0xC674CC) is unknown color: approx Orchid. HEX triplet: C6, 74 and CC. RGB value is (198,116,204). Sum of RGB (Red+Green+Blue) = 198+116+204=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C674CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674CC is #398B33. Grayscale: #969696. Windows color (decimal): -3771188 or 13399238. OLE color: 13399238.

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

Color convert

RGB198116204-
CMYK0.030.4300.2
HSL295.91º46.32%62.75%-
HSV(B)295.91º43.14%80%-
XYZ40.4328.8660.57-
YUV150.55158.17161.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=38.22%
G=22.39%
B=39.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1981162040.030.4300.2295.9146.3262.75
HexC674CC32B0141282e3f
Octal3061643143530244505677
Binary1100011011101001100110011101011010100100101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674CC; }

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

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

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

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

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

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

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

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