Html Css Color HEX #C764FA Heliotrope

📋 copy color: '#C764FA'

red 199 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #C764FA

Tints of Heliotrope #C764FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 36.25%
G = 18.21%
B = 45.54%

CMYK

 C value IS 0.20

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C764FA (or 0xC764FA) is known color: Heliotrope. HEX triplet: C7, 64 and FA. RGB value is (199,100,250). Sum of RGB (Red+Green+Blue) = 199+100+250=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C764FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764FA is #389B05. Grayscale: #929292. Windows color (decimal): -3709702 or 16409799. OLE color: 16409799.

HSL color Cylindrical-coordinate representation of color #C764FA: hue angle of 279.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C764FA is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 100 250 -
CMYK 0.20 0.6 0 0.02
HSL 279.6º 0.94% 0.69% -
HSV(B) 279.6º 0.6% 0.98% -
XYZ 45.37 28.16 93.49 -
YUV 146.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 199 100 250 0.20 0.6 0 0.02 279.6 0.94 0.69
Hex C7 64 FA 14 3C 0 2 118 5E 45
Octal 307 144 372 24 74 0 2 430 136 105
Binary 11000111 1100100 11111010 10100 111100 0 10 100011000 1011110 1000101

Color Harmonies of #C764FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764FA

Black with #C764FA

Text Example


Text Example

White with #C764FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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