Html Css Color HEX #C764FE Heliotrope

📋 copy color: '#C764FE'

red 199 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #C764FE

Tints of Heliotrope #C764FE

RGB

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

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

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

R = 35.99%
G = 18.08%
B = 45.93%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C764FE (or 0xC764FE) is known color: Heliotrope. HEX triplet: C7, 64 and FE. RGB value is (199,100,254). Sum of RGB (Red+Green+Blue) = 199+100+254=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #C764FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764FE is #389B01. Grayscale: #929292. Windows color (decimal): -3709698 or 16671943. OLE color: 16671943.

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

Color convert

RGB 199 100 254 -
CMYK 0.22 0.61 0 0.00
HSL 278.57º 0.99% 0.69% -
HSV(B) 278.57º 0.61% 1% -
XYZ 46 28.41 96.83 -
YUV 147.16 188.3 164.98 -
System Red Green Blue C M Y K H S L
Decimal 199 100 254 0.22 0.61 0 0.00 278.57 0.99 0.69
Hex C7 64 FE 16 3D 0 0 117 63 45
Octal 307 144 376 26 75 0 0 427 143 105
Binary 11000111 1100100 11111110 10110 111101 0 0 100010111 1100011 1000101

Color Harmonies of #C764FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764FE

Black with #C764FE

Text Example


Text Example

White with #C764FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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