Html Css Color HEX #C660FC Heliotrope

📋 copy color: '#C660FC'

red 198 ◦ green 96 ◦ blue 252

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

Shades of Heliotrope #C660FC

Tints of Heliotrope #C660FC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.58%

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

R = 36.26%
G = 17.58%
B = 46.15%

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

#C660FC (or 0xC660FC) is known color: Heliotrope. HEX triplet: C6, 60 and FC. RGB value is (198,96,252). Sum of RGB (Red+Green+Blue) = 198+96+252=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C660FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660FC is #399F03. Grayscale: #8F8F8F. Windows color (decimal): -3776260 or 16539846. OLE color: 16539846.

HSL color Cylindrical-coordinate representation of color #C660FC: hue angle of 279.23º 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 #C660FC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 96 252 -
CMYK 0.21 0.62 0 0.01
HSL 279.23º 0.96% 0.68% -
HSV(B) 279.23º 0.62% 0.99% -
XYZ 45.04 27.4 95.01 -
YUV 144.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 198 96 252 0.21 0.62 0 0.01 279.23 0.96 0.68
Hex C6 60 FC 15 3E 0 1 117 60 44
Octal 306 140 374 25 76 0 1 427 140 104
Binary 11000110 1100000 11111100 10101 111110 0 1 100010111 1100000 1000100

Color Harmonies of #C660FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660FC

Black with #C660FC

Text Example


Text Example

White with #C660FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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