Html Css Color HEX #C661FC Heliotrope

📋 copy color: '#C661FC'

red 198 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #C661FC

Tints of Heliotrope #C661FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.73%

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 36.2%
G = 17.73%
B = 46.07%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C661FC (or 0xC661FC) is known color: Heliotrope. HEX triplet: C6, 61 and FC. RGB value is (198,97,252). Sum of RGB (Red+Green+Blue) = 198+97+252=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #C661FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C661FC is #399E03. Grayscale: #909090. Windows color (decimal): -3776004 or 16540102. OLE color: 16540102.

HSL color Cylindrical-coordinate representation of color #C661FC: hue angle of 279.1º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C661FC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 97 252 -
CMYK 0.21 0.62 0 0.01
HSL 279.1º 0.96% 0.68% -
HSV(B) 279.1º 0.62% 0.99% -
XYZ 45.13 27.58 95.04 -
YUV 144.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 198 97 252 0.21 0.62 0 0.01 279.1 0.96 0.68
Hex C6 61 FC 15 3E 0 1 117 60 44
Octal 306 141 374 25 76 0 1 427 140 104
Binary 11000110 1100001 11111100 10101 111110 0 1 100010111 1100000 1000100

Color Harmonies of #C661FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661FC

Black with #C661FC

Text Example


Text Example

White with #C661FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661FC; }

 p { color: rgb(198,97,252); }

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

background-color css

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

 a { background-color: rgb(198,97,252); }

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

border-color css

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

 span { border-color: rgb(198,97,252); }

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