Html Css Color HEX #C64DFF Heliotrope

📋 copy color: '#C64DFF'

red 198 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #C64DFF

Tints of Heliotrope #C64DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.53%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 37.36%
G = 14.53%
B = 48.11%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C64DFF (or 0xC64DFF) is known color: Heliotrope. HEX triplet: C6, 4D and FF. RGB value is (198,77,255). Sum of RGB (Red+Green+Blue) = 198+77+255=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C64DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DFF is #39B200. Grayscale: #848484. Windows color (decimal): -3781121 or 16731590. OLE color: 16731590.

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

Color convert

RGB 198 77 255 -
CMYK 0.22 0.70 0 0
HSL 280.79º 1% 0.65% -
HSV(B) 280.79º 0.7% 1% -
XYZ 43.99 24.53 97.02 -
YUV 133.47 196.59 174.03 -
System Red Green Blue C M Y K H S L
Decimal 198 77 255 0.22 0.70 0 0 280.79 1 0.65
Hex C6 4D FF 16 46 0 0 119 64 41
Octal 306 115 377 26 106 0 0 431 144 101
Binary 11000110 1001101 11111111 10110 1000110 0 0 100011001 1100100 1000001

Color Harmonies of #C64DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DFF

Black with #C64DFF

Text Example


Text Example

White with #C64DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DFF; }

 p { color: rgb(198,77,255); }

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

background-color css

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

 a { background-color: rgb(198,77,255); }

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

border-color css

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

 span { border-color: rgb(198,77,255); }

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