Html Css Color HEX #C760FA Heliotrope

📋 copy color: '#C760FA'

red 199 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #C760FA

Tints of Heliotrope #C760FA

RGB

 RED value IS 199 (78.13% from 255) = 36.51%

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

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

R = 36.51%
G = 17.61%
B = 45.87%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C760FA (or 0xC760FA) is known color: Heliotrope. HEX triplet: C7, 60 and FA. RGB value is (199,96,250). Sum of RGB (Red+Green+Blue) = 199+96+250=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C760FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760FA is #389F05. Grayscale: #8F8F8F. Windows color (decimal): -3710726 or 16408775. OLE color: 16408775.

HSL color Cylindrical-coordinate representation of color #C760FA: hue angle of 280.13º 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 #C760FA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 96 250 -
CMYK 0.20 0.62 0 0.02
HSL 280.13º 0.94% 0.68% -
HSV(B) 280.13º 0.62% 0.98% -
XYZ 44.99 27.41 93.36 -
YUV 144.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 199 96 250 0.20 0.62 0 0.02 280.13 0.94 0.68
Hex C7 60 FA 14 3E 0 2 118 5E 44
Octal 307 140 372 24 76 0 2 430 136 104
Binary 11000111 1100000 11111010 10100 111110 0 10 100011000 1011110 1000100

Color Harmonies of #C760FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760FA

Black with #C760FA

Text Example


Text Example

White with #C760FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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