Html Css Color HEX #C64CFF Heliotrope

📋 copy color: '#C64CFF'

red 198 ◦ green 76 ◦ blue 255

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

Shades of Heliotrope #C64CFF

Tints of Heliotrope #C64CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.37%

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

R = 37.43%
G = 14.37%
B = 48.2%

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

#C64CFF (or 0xC64CFF) is known color: Heliotrope. HEX triplet: C6, 4C and FF. RGB value is (198,76,255). Sum of RGB (Red+Green+Blue) = 198+76+255=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #C64CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CFF is #39B300. Grayscale: #848484. Windows color (decimal): -3781377 or 16731334. OLE color: 16731334.

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

Color convert

RGB 198 76 255 -
CMYK 0.22 0.70 0 0
HSL 280.89º 1% 0.65% -
HSV(B) 280.89º 0.7% 1% -
XYZ 43.92 24.39 97 -
YUV 132.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 198 76 255 0.22 0.70 0 0 280.89 1 0.65
Hex C6 4C FF 16 46 0 0 119 64 41
Octal 306 114 377 26 106 0 0 431 144 101
Binary 11000110 1001100 11111111 10110 1000110 0 0 100011001 1100100 1000001

Color Harmonies of #C64CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CFF

Black with #C64CFF

Text Example


Text Example

White with #C64CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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