Html Css Color HEX #C664FE Heliotrope

📋 copy color: '#C664FE'

red 198 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #C664FE

Tints of Heliotrope #C664FE

RGB

 RED value IS 198 (77.73% from 255) = 35.87%

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

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

R = 35.87%
G = 18.12%
B = 46.01%

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

#C664FE (or 0xC664FE) is known color: Heliotrope. HEX triplet: C6, 64 and FE. RGB value is (198,100,254). Sum of RGB (Red+Green+Blue) = 198+100+254=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #C664FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664FE is #399B01. Grayscale: #929292. Windows color (decimal): -3775234 or 16671942. OLE color: 16671942.

HSL color Cylindrical-coordinate representation of color #C664FE: hue angle of 278.18º 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 #C664FE is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 100 254 -
CMYK 0.22 0.61 0 0.00
HSL 278.18º 0.99% 0.69% -
HSV(B) 278.18º 0.61% 1% -
XYZ 45.74 28.28 96.81 -
YUV 146.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 198 100 254 0.22 0.61 0 0.00 278.18 0.99 0.69
Hex C6 64 FE 16 3D 0 0 116 63 45
Octal 306 144 376 26 75 0 0 426 143 105
Binary 11000110 1100100 11111110 10110 111101 0 0 100010110 1100011 1000101

Color Harmonies of #C664FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664FE

Black with #C664FE

Text Example


Text Example

White with #C664FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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