Html Css Color HEX #C764F0 Heliotrope

📋 copy color: '#C764F0'

red 199 ◦ green 100 ◦ blue 240

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

Shades of Heliotrope #C764F0

Tints of Heliotrope #C764F0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.55%

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 36.92%
G = 18.55%
B = 44.53%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C764F0 (or 0xC764F0) is known color: Heliotrope. HEX triplet: C7, 64 and F0. RGB value is (199,100,240). Sum of RGB (Red+Green+Blue) = 199+100+240=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #C764F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764F0 is #389B0F. Grayscale: #919191. Windows color (decimal): -3709712 or 15754439. OLE color: 15754439.

HSL color Cylindrical-coordinate representation of color #C764F0: hue angle of 282.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C764F0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 100 240 -
CMYK 0.17 0.58 0 0.06
HSL 282.43º 0.82% 0.67% -
HSV(B) 282.43º 0.58% 0.94% -
XYZ 43.84 27.55 85.44 -
YUV 145.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 199 100 240 0.17 0.58 0 0.06 282.43 0.82 0.67
Hex C7 64 F0 11 3A 0 6 11A 52 43
Octal 307 144 360 21 72 0 6 432 122 103
Binary 11000111 1100100 11110000 10001 111010 0 110 100011010 1010010 1000011

Color Harmonies of #C764F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764F0

Black with #C764F0

Text Example


Text Example

White with #C764F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764F0; }

 p { color: rgb(199,100,240); }

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

background-color css

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

 a { background-color: rgb(199,100,240); }

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

border-color css

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

 span { border-color: rgb(199,100,240); }

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