Html Css Color HEX #C760FC Heliotrope

📋 copy color: '#C760FC'

red 199 ◦ green 96 ◦ blue 252

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

Shades of Heliotrope #C760FC

Tints of Heliotrope #C760FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 36.38%
G = 17.55%
B = 46.07%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C760FC (or 0xC760FC) is known color: Heliotrope. HEX triplet: C7, 60 and FC. RGB value is (199,96,252). Sum of RGB (Red+Green+Blue) = 199+96+252=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #C760FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760FC is #389F03. Grayscale: #909090. Windows color (decimal): -3710724 or 16539847. OLE color: 16539847.

HSL color Cylindrical-coordinate representation of color #C760FC: hue angle of 279.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C760FC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 96 252 -
CMYK 0.21 0.62 0 0.01
HSL 279.62º 0.96% 0.68% -
HSV(B) 279.62º 0.62% 0.99% -
XYZ 45.31 27.54 95.02 -
YUV 144.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 199 96 252 0.21 0.62 0 0.01 279.62 0.96 0.68
Hex C7 60 FC 15 3E 0 1 118 60 44
Octal 307 140 374 25 76 0 1 430 140 104
Binary 11000111 1100000 11111100 10101 111110 0 1 100011000 1100000 1000100

Color Harmonies of #C760FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760FC

Black with #C760FC

Text Example


Text Example

White with #C760FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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