Html Css Color HEX #C55EFE Heliotrope

📋 copy color: '#C55EFE'

red 197 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #C55EFE

Tints of Heliotrope #C55EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.25%

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

R = 36.15%
G = 17.25%
B = 46.61%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C55EFE (or 0xC55EFE) is known color: Heliotrope. HEX triplet: C5, 5E and FE. RGB value is (197,94,254). Sum of RGB (Red+Green+Blue) = 197+94+254=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #C55EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EFE is #3AA101. Grayscale: #8E8E8E. Windows color (decimal): -3842306 or 16670405. OLE color: 16670405.

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

Color convert

RGB 197 94 254 -
CMYK 0.22 0.63 0 0.00
HSL 278.63º 0.99% 0.68% -
HSV(B) 278.63º 0.63% 1% -
XYZ 44.92 27.03 96.62 -
YUV 143.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 197 94 254 0.22 0.63 0 0.00 278.63 0.99 0.68
Hex C5 5E FE 16 3F 0 0 117 63 44
Octal 305 136 376 26 77 0 0 427 143 104
Binary 11000101 1011110 11111110 10110 111111 0 0 100010111 1100011 1000100

Color Harmonies of #C55EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EFE

Black with #C55EFE

Text Example


Text Example

White with #C55EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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