#C672EA

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

Shades of Heliotrope #C672EA

Tints of Heliotrope #C672EA

Color information

#C672EA (or 0xC672EA) is unknown color: approx Heliotrope. HEX triplet: C6, 72 and EA. RGB value is (198,114,234). Sum of RGB (Red+Green+Blue) = 198+114+234=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C672EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C672EA is #398D15. Grayscale: #989898. Windows color (decimal): -3771670 or 15364806. OLE color: 15364806.

HSL color Cylindrical-coordinate representation of color #C672EA: hue angle of 282º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C672EA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198114234-
CMYK0.150.5100.08
HSL282º74.07%68.24%-
HSV(B)282º51.28%91.76%-
XYZ44.1629.9881.3-
YUV152.8173.83160.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.26%
GREEN value IS 114 (44.92% from 255) = 20.88%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=36.26%
G=20.88%
B=42.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981142340.150.5100.0828274.0768.24
HexC672EAF330811a4a44
Octal3061623521763010432112104
Binary1100011011100101110101011111100110100010001101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C672EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C672EA; }

 p { color: rgb(198,114,234); }

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

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

 a { background-color: rgb(198,114,234); }

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

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

 span { border-color: rgb(198,114,234); }

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