Html Css Color HEX #C260FA Heliotrope

📋 copy color: '#C260FA'

red 194 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #C260FA

Tints of Heliotrope #C260FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.78%

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

R = 35.93%
G = 17.78%
B = 46.3%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C260FA (or 0xC260FA) is known color: Heliotrope. HEX triplet: C2, 60 and FA. RGB value is (194,96,250). Sum of RGB (Red+Green+Blue) = 194+96+250=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C260FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260FA is #3D9F05. Grayscale: #8E8E8E. Windows color (decimal): -4038406 or 16408770. OLE color: 16408770.

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

Color convert

RGB 194 96 250 -
CMYK 0.22 0.62 0 0.02
HSL 278.18º 0.94% 0.68% -
HSV(B) 278.18º 0.62% 0.98% -
XYZ 43.69 26.74 93.3 -
YUV 142.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 194 96 250 0.22 0.62 0 0.02 278.18 0.94 0.68
Hex C2 60 FA 16 3E 0 2 116 5E 44
Octal 302 140 372 26 76 0 2 426 136 104
Binary 11000010 1100000 11111010 10110 111110 0 10 100010110 1011110 1000100

Color Harmonies of #C260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260FA

Black with #C260FA

Text Example


Text Example

White with #C260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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