Html Css Color HEX #C555FC Heliotrope

📋 copy color: '#C555FC'

red 197 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #C555FC

Tints of Heliotrope #C555FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.92%

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

R = 36.89%
G = 15.92%
B = 47.19%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C555FC (or 0xC555FC) is known color: Heliotrope. HEX triplet: C5, 55 and FC. RGB value is (197,85,252). Sum of RGB (Red+Green+Blue) = 197+85+252=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 85 (33.59% from 255 or 15.92% 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 #C555FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C555FC is #3AAA03. Grayscale: #888888. Windows color (decimal): -3844612 or 16537029. OLE color: 16537029.

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

Color convert

RGB 197 85 252 -
CMYK 0.22 0.66 0 0.01
HSL 280.24º 0.97% 0.66% -
HSV(B) 280.24º 0.66% 0.99% -
XYZ 43.85 25.4 94.69 -
YUV 137.53 192.61 170.42 -
System Red Green Blue C M Y K H S L
Decimal 197 85 252 0.22 0.66 0 0.01 280.24 0.97 0.66
Hex C5 55 FC 16 42 0 1 118 61 42
Octal 305 125 374 26 102 0 1 430 141 102
Binary 11000101 1010101 11111100 10110 1000010 0 1 100011000 1100001 1000010

Color Harmonies of #C555FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555FC

Black with #C555FC

Text Example


Text Example

White with #C555FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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