Html Css Color HEX #C664FF Heliotrope

📋 copy color: '#C664FF'

red 198 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #C664FF

Tints of Heliotrope #C664FF

RGB

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

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

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

R = 35.8%
G = 18.08%
B = 46.11%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C664FF (or 0xC664FF) is known color: Heliotrope. HEX triplet: C6, 64 and FF. RGB value is (198,100,255). Sum of RGB (Red+Green+Blue) = 198+100+255=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #C664FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664FF is #399B00. Grayscale: #929292. Windows color (decimal): -3775233 or 16737478. OLE color: 16737478.

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

Color convert

RGB 198 100 255 -
CMYK 0.22 0.61 0 0
HSL 277.94º 1% 0.7% -
HSV(B) 277.94º 0.61% 1% -
XYZ 45.9 28.34 97.66 -
YUV 146.97 188.97 164.4 -
System Red Green Blue C M Y K H S L
Decimal 198 100 255 0.22 0.61 0 0 277.94 1 0.7
Hex C6 64 FF 16 3D 0 0 116 64 46
Octal 306 144 377 26 75 0 0 426 144 106
Binary 11000110 1100100 11111111 10110 111101 0 0 100010110 1100100 1000110

Color Harmonies of #C664FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664FF

Black with #C664FF

Text Example


Text Example

White with #C664FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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