Html Css Color HEX #C760FF Heliotrope

📋 copy color: '#C760FF'

red 199 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #C760FF

Tints of Heliotrope #C760FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 36.18%
G = 17.45%
B = 46.36%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C760FF (or 0xC760FF) is known color: Heliotrope. HEX triplet: C7, 60 and FF. RGB value is (199,96,255). Sum of RGB (Red+Green+Blue) = 199+96+255=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #C760FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760FF is #389F00. Grayscale: #909090. Windows color (decimal): -3710721 or 16736455. OLE color: 16736455.

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

Color convert

RGB 199 96 255 -
CMYK 0.22 0.62 0 0
HSL 278.87º 1% 0.69% -
HSV(B) 278.87º 0.62% 1% -
XYZ 45.79 27.73 97.55 -
YUV 144.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 199 96 255 0.22 0.62 0 0 278.87 1 0.69
Hex C7 60 FF 16 3E 0 0 117 64 45
Octal 307 140 377 26 76 0 0 427 144 105
Binary 11000111 1100000 11111111 10110 111110 0 0 100010111 1100100 1000101

Color Harmonies of #C760FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760FF

Black with #C760FF

Text Example


Text Example

White with #C760FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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