Html Css Color HEX #C554FC Heliotrope

📋 copy color: '#C554FC'

red 197 ◦ green 84 ◦ blue 252

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

Shades of Heliotrope #C554FC

Tints of Heliotrope #C554FC

RGB

 RED value IS 197 (77.34% from 255) = 36.96%

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

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

R = 36.96%
G = 15.76%
B = 47.28%

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

#C554FC (or 0xC554FC) is known color: Heliotrope. HEX triplet: C5, 54 and FC. RGB value is (197,84,252). Sum of RGB (Red+Green+Blue) = 197+84+252=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #C554FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554FC is #3AAB03. Grayscale: #888888. Windows color (decimal): -3844868 or 16536773. OLE color: 16536773.

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

Color convert

RGB 197 84 252 -
CMYK 0.22 0.67 0 0.01
HSL 280.36º 0.97% 0.66% -
HSV(B) 280.36º 0.67% 0.99% -
XYZ 43.77 25.24 94.66 -
YUV 136.94 192.94 170.84 -
System Red Green Blue C M Y K H S L
Decimal 197 84 252 0.22 0.67 0 0.01 280.36 0.97 0.66
Hex C5 54 FC 16 43 0 1 118 61 42
Octal 305 124 374 26 103 0 1 430 141 102
Binary 11000101 1010100 11111100 10110 1000011 0 1 100011000 1100001 1000010

Color Harmonies of #C554FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554FC

Black with #C554FC

Text Example


Text Example

White with #C554FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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