Html Css Color HEX #C259FA Heliotrope

📋 copy color: '#C259FA'

red 194 ◦ green 89 ◦ blue 250

#C259FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C259FA

Tints of Heliotrope #C259FA

RGB

 RED value IS 194 (76.17% from 255) = 36.4%

 GREEN value IS 89 (35.16% from 255) = 16.7%

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 36.4%
G = 16.7%
B = 46.9%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C259FA (or 0xC259FA) is known color: Heliotrope. HEX triplet: C2, 59 and FA. RGB value is (194,89,250). Sum of RGB (Red+Green+Blue) = 194+89+250=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #C259FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C259FA is #3DA605. Grayscale: #8A8A8A. Windows color (decimal): -4040198 or 16406978. OLE color: 16406978.

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

Color convert

RGB 194 89 250 -
CMYK 0.22 0.64 0 0.02
HSL 279.13º 0.94% 0.66% -
HSV(B) 279.13º 0.64% 0.98% -
XYZ 43.08 25.52 93.1 -
YUV 138.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 194 89 250 0.22 0.64 0 0.02 279.13 0.94 0.66
Hex C2 59 FA 16 40 0 2 117 5E 42
Octal 302 131 372 26 100 0 2 427 136 102
Binary 11000010 1011001 11111010 10110 1000000 0 10 100010111 1011110 1000010

Color Harmonies of #C259FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259FA

Black with #C259FA

Text Example


Text Example

White with #C259FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259FA; }

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

 H1.HeaderClassName
 {
   color: #C259FA;
 }
 .AnyTagClassName
 {
   color: #C259FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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