Html Css Color HEX #C664F0 Heliotrope

📋 copy color: '#C664F0'

red 198 ◦ green 100 ◦ blue 240

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

Shades of Heliotrope #C664F0

Tints of Heliotrope #C664F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 36.8%
G = 18.59%
B = 44.61%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C664F0 (or 0xC664F0) is known color: Heliotrope. HEX triplet: C6, 64 and F0. RGB value is (198,100,240). Sum of RGB (Red+Green+Blue) = 198+100+240=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #C664F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664F0 is #399B0F. Grayscale: #909090. Windows color (decimal): -3775248 or 15754438. OLE color: 15754438.

HSL color Cylindrical-coordinate representation of color #C664F0: hue angle of 282º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C664F0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 100 240 -
CMYK 0.18 0.58 0 0.06
HSL 282º 0.82% 0.67% -
HSV(B) 282º 0.58% 0.94% -
XYZ 43.57 27.41 85.43 -
YUV 145.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 198 100 240 0.18 0.58 0 0.06 282 0.82 0.67
Hex C6 64 F0 12 3A 0 6 11A 52 43
Octal 306 144 360 22 72 0 6 432 122 103
Binary 11000110 1100100 11110000 10010 111010 0 110 100011010 1010010 1000011

Color Harmonies of #C664F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C664F0

Black with #C664F0

Text Example


Text Example

White with #C664F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C664F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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