Html Css Color HEX #C484FE Heliotrope

📋 copy color: '#C484FE'

red 196 ◦ green 132 ◦ blue 254

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

Shades of Heliotrope #C484FE

Tints of Heliotrope #C484FE

RGB

 RED value IS 196 (76.95% from 255) = 33.68%

 GREEN value IS 132 (51.95% from 255) = 22.68%

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

R = 33.68%
G = 22.68%
B = 43.64%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C484FE (or 0xC484FE) is known color: Heliotrope. HEX triplet: C4, 84 and FE. RGB value is (196,132,254). Sum of RGB (Red+Green+Blue) = 196+132+254=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 132 (51.95% from 255 or 22.68% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #C484FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C484FE is #3B7B01. Grayscale: #A4A4A4. Windows color (decimal): -3898114 or 16680132. OLE color: 16680132.

HSL color Cylindrical-coordinate representation of color #C484FE: hue angle of 271.48º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C484FE is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 132 254 -
CMYK 0.23 0.48 0 0.00
HSL 271.48º 0.98% 0.76% -
HSV(B) 271.48º 0.48% 1% -
XYZ 48.91 35.39 98.02 -
YUV 165.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 196 132 254 0.23 0.48 0 0.00 271.48 0.98 0.76
Hex C4 84 FE 17 30 0 0 10F 62 4C
Octal 304 204 376 27 60 0 0 417 142 114
Binary 11000100 10000100 11111110 10111 110000 0 0 100001111 1100010 1001100

Color Harmonies of #C484FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484FE

Black with #C484FE

Text Example


Text Example

White with #C484FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484FE; }

 p { color: rgb(196,132,254); }

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

background-color css

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

 a { background-color: rgb(196,132,254); }

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

border-color css

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

 span { border-color: rgb(196,132,254); }

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