#C084FF

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

Shades of Heliotrope #C084FF

Tints of Heliotrope #C084FF

Color information

#C084FF (or 0xC084FF) is unknown color: approx Heliotrope. HEX triplet: C0, 84 and FF. RGB value is (192,132,255). Sum of RGB (Red+Green+Blue) = 192+132+255=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #C084FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C084FF is #3F7B00. Grayscale: #A3A3A3. Windows color (decimal): -4160257 or 16745664. OLE color: 16745664.

HSL color Cylindrical-coordinate representation of color #C084FF: hue angle of 269.27º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C084FF is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192132255-
CMYK0.250.4800
HSL269.27º100%75.88%-
HSV(B)269.27º48.24%100%-
XYZ48.0434.9398.82-
YUV163.96179.38148-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 132 (51.95% from 255) = 22.80%
BLUE value IS 255 (100% from 255) = 44.04%
R=33.16%
G=22.80%
B=44.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921322550.250.4800269.2710075.88
HexC084FF19300010d644c
Octal300204377316000415144114
Binary110000001000010011111111110011100000010000110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084FF; }

 p { color: rgb(192,132,255); }

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

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

 a { background-color: rgb(192,132,255); }

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

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

 span { border-color: rgb(192,132,255); }

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