#C284FA

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

Shades of Heliotrope #C284FA

Tints of Heliotrope #C284FA

Color information

#C284FA (or 0xC284FA) is unknown color: approx Heliotrope. HEX triplet: C2, 84 and FA. RGB value is (194,132,250). Sum of RGB (Red+Green+Blue) = 194+132+250=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #C284FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C284FA is #3D7B05. Grayscale: #A3A3A3. Windows color (decimal): -4029190 or 16417986. OLE color: 16417986.

HSL color Cylindrical-coordinate representation of color #C284FA: hue angle of 271.53º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C284FA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194132250-
CMYK0.220.4700.02
HSL271.53º92.19%74.9%-
HSV(B)271.53º47.2%98.04%-
XYZ47.7534.8794.66-
YUV163.99176.54149.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=33.68%
G=22.92%
B=43.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941322500.220.4700.02271.5392.1974.9
HexC284FA162F021105c4b
Octal302204372265702420134113
Binary1100001010000100111110101011010111101010001000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284FA; }

 p { color: rgb(194,132,250); }

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

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

 a { background-color: rgb(194,132,250); }

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

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

 span { border-color: rgb(194,132,250); }

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