Html Css Color HEX #C55CFE Heliotrope

📋 copy color: '#C55CFE'

red 197 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #C55CFE

Tints of Heliotrope #C55CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.94%

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

R = 36.28%
G = 16.94%
B = 46.78%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C55CFE (or 0xC55CFE) is known color: Heliotrope. HEX triplet: C5, 5C and FE. RGB value is (197,92,254). Sum of RGB (Red+Green+Blue) = 197+92+254=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #C55CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CFE is #3AA301. Grayscale: #8D8D8D. Windows color (decimal): -3842818 or 16669893. OLE color: 16669893.

HSL color Cylindrical-coordinate representation of color #C55CFE: hue angle of 278.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C55CFE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 92 254 -
CMYK 0.22 0.64 0 0.00
HSL 278.89º 0.99% 0.68% -
HSV(B) 278.89º 0.64% 1% -
XYZ 44.74 26.68 96.56 -
YUV 141.86 191.29 167.33 -
System Red Green Blue C M Y K H S L
Decimal 197 92 254 0.22 0.64 0 0.00 278.89 0.99 0.68
Hex C5 5C FE 16 40 0 0 117 63 44
Octal 305 134 376 26 100 0 0 427 143 104
Binary 11000101 1011100 11111110 10110 1000000 0 0 100010111 1100011 1000100

Color Harmonies of #C55CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CFE

Black with #C55CFE

Text Example


Text Example

White with #C55CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CFE; }

 p { color: rgb(197,92,254); }

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

background-color css

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

 a { background-color: rgb(197,92,254); }

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

border-color css

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

 span { border-color: rgb(197,92,254); }

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