Html Css Color HEX #C64EFE Heliotrope

📋 copy color: '#C64EFE'

red 198 ◦ green 78 ◦ blue 254

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

Shades of Heliotrope #C64EFE

Tints of Heliotrope #C64EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.72%

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

R = 37.36%
G = 14.72%
B = 47.92%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C64EFE (or 0xC64EFE) is known color: Heliotrope. HEX triplet: C6, 4E and FE. RGB value is (198,78,254). Sum of RGB (Red+Green+Blue) = 198+78+254=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 78 (30.86% from 255 or 14.72% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #C64EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EFE is #39B101. Grayscale: #858585. Windows color (decimal): -3780866 or 16666310. OLE color: 16666310.

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

Color convert

RGB 198 78 254 -
CMYK 0.22 0.69 0 0.00
HSL 280.91º 0.99% 0.65% -
HSV(B) 280.91º 0.69% 1% -
XYZ 43.9 24.61 96.2 -
YUV 133.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 198 78 254 0.22 0.69 0 0.00 280.91 0.99 0.65
Hex C6 4E FE 16 45 0 0 119 63 41
Octal 306 116 376 26 105 0 0 431 143 101
Binary 11000110 1001110 11111110 10110 1000101 0 0 100011001 1100011 1000001

Color Harmonies of #C64EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EFE

Black with #C64EFE

Text Example


Text Example

White with #C64EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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