Html Css Color HEX #C654FC Heliotrope

📋 copy color: '#C654FC'

red 198 ◦ green 84 ◦ blue 252

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

Shades of Heliotrope #C654FC

Tints of Heliotrope #C654FC

RGB

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

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

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

R = 37.08%
G = 15.73%
B = 47.19%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C654FC (or 0xC654FC) is known color: Heliotrope. HEX triplet: C6, 54 and FC. RGB value is (198,84,252). Sum of RGB (Red+Green+Blue) = 198+84+252=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #C654FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654FC is #39AB03. Grayscale: #888888. Windows color (decimal): -3779332 or 16536774. OLE color: 16536774.

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

Color convert

RGB 198 84 252 -
CMYK 0.21 0.67 0 0.01
HSL 280.71º 0.97% 0.66% -
HSV(B) 280.71º 0.67% 0.99% -
XYZ 44.03 25.37 94.67 -
YUV 137.24 192.77 171.34 -
System Red Green Blue C M Y K H S L
Decimal 198 84 252 0.21 0.67 0 0.01 280.71 0.97 0.66
Hex C6 54 FC 15 43 0 1 119 61 42
Octal 306 124 374 25 103 0 1 431 141 102
Binary 11000110 1010100 11111100 10101 1000011 0 1 100011001 1100001 1000010

Color Harmonies of #C654FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C654FC

Black with #C654FC

Text Example


Text Example

White with #C654FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C654FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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