Html Css Color HEX #C654FE Heliotrope

📋 copy color: '#C654FE'

red 198 ◦ green 84 ◦ blue 254

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

Shades of Heliotrope #C654FE

Tints of Heliotrope #C654FE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.67%

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

R = 36.94%
G = 15.67%
B = 47.39%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C654FE (or 0xC654FE) is known color: Heliotrope. HEX triplet: C6, 54 and FE. RGB value is (198,84,254). Sum of RGB (Red+Green+Blue) = 198+84+254=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #C654FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654FE is #39AB01. Grayscale: #888888. Windows color (decimal): -3779330 or 16667846. OLE color: 16667846.

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

Color convert

RGB 198 84 254 -
CMYK 0.22 0.67 0 0.00
HSL 280.24º 0.99% 0.66% -
HSV(B) 280.24º 0.67% 1% -
XYZ 44.35 25.5 96.35 -
YUV 137.47 193.77 171.18 -
System Red Green Blue C M Y K H S L
Decimal 198 84 254 0.22 0.67 0 0.00 280.24 0.99 0.66
Hex C6 54 FE 16 43 0 0 118 63 42
Octal 306 124 376 26 103 0 0 430 143 102
Binary 11000110 1010100 11111110 10110 1000011 0 0 100011000 1100011 1000010

Color Harmonies of #C654FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654FE

Black with #C654FE

Text Example


Text Example

White with #C654FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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