Html Css Color HEX #C660FE Heliotrope

📋 copy color: '#C660FE'

red 198 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #C660FE

Tints of Heliotrope #C660FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 36.13%
G = 17.52%
B = 46.35%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C660FE (or 0xC660FE) is known color: Heliotrope. HEX triplet: C6, 60 and FE. RGB value is (198,96,254). Sum of RGB (Red+Green+Blue) = 198+96+254=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C660FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660FE is #399F01. Grayscale: #8F8F8F. Windows color (decimal): -3776258 or 16670918. OLE color: 16670918.

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

Color convert

RGB 198 96 254 -
CMYK 0.22 0.62 0 0.00
HSL 278.73º 0.99% 0.69% -
HSV(B) 278.73º 0.62% 1% -
XYZ 45.36 27.53 96.69 -
YUV 144.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 198 96 254 0.22 0.62 0 0.00 278.73 0.99 0.69
Hex C6 60 FE 16 3E 0 0 117 63 45
Octal 306 140 376 26 76 0 0 427 143 105
Binary 11000110 1100000 11111110 10110 111110 0 0 100010111 1100011 1000101

Color Harmonies of #C660FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660FE

Black with #C660FE

Text Example


Text Example

White with #C660FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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