Html Css Color HEX #C454FC Heliotrope

📋 copy color: '#C454FC'

red 196 ◦ green 84 ◦ blue 252

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

Shades of Heliotrope #C454FC

Tints of Heliotrope #C454FC

RGB

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

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

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

R = 36.84%
G = 15.79%
B = 47.37%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C454FC (or 0xC454FC) is known color: Heliotrope. HEX triplet: C4, 54 and FC. RGB value is (196,84,252). Sum of RGB (Red+Green+Blue) = 196+84+252=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 84 (33.20% from 255 or 15.79% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #C454FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454FC is #3BAB03. Grayscale: #888888. Windows color (decimal): -3910404 or 16536772. OLE color: 16536772.

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

Color convert

RGB 196 84 252 -
CMYK 0.22 0.67 0 0.01
HSL 280º 0.97% 0.66% -
HSV(B) 280º 0.67% 0.99% -
XYZ 43.51 25.1 94.65 -
YUV 136.64 193.11 170.34 -
System Red Green Blue C M Y K H S L
Decimal 196 84 252 0.22 0.67 0 0.01 280 0.97 0.66
Hex C4 54 FC 16 43 0 1 118 61 42
Octal 304 124 374 26 103 0 1 430 141 102
Binary 11000100 1010100 11111100 10110 1000011 0 1 100011000 1100001 1000010

Color Harmonies of #C454FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454FC

Black with #C454FC

Text Example


Text Example

White with #C454FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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