Html Css Color HEX #C760FE Heliotrope

📋 copy color: '#C760FE'

red 199 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #C760FE

Tints of Heliotrope #C760FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.27%

R = 36.25%
G = 17.49%
B = 46.27%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C760FE (or 0xC760FE) is known color: Heliotrope. HEX triplet: C7, 60 and FE. RGB value is (199,96,254). Sum of RGB (Red+Green+Blue) = 199+96+254=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #C760FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760FE is #389F01. Grayscale: #909090. Windows color (decimal): -3710722 or 16670919. OLE color: 16670919.

HSL color Cylindrical-coordinate representation of color #C760FE: hue angle of 279.11º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C760FE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 96 254 -
CMYK 0.22 0.62 0 0.00
HSL 279.11º 0.99% 0.69% -
HSV(B) 279.11º 0.62% 1% -
XYZ 45.63 27.66 96.7 -
YUV 144.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 199 96 254 0.22 0.62 0 0.00 279.11 0.99 0.69
Hex C7 60 FE 16 3E 0 0 117 63 45
Octal 307 140 376 26 76 0 0 427 143 105
Binary 11000111 1100000 11111110 10110 111110 0 0 100010111 1100011 1000101

Color Harmonies of #C760FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760FE

Black with #C760FE

Text Example


Text Example

White with #C760FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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