Html Css Color HEX #C55DFE Heliotrope

📋 copy color: '#C55DFE'

red 197 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #C55DFE

Tints of Heliotrope #C55DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.1%

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

R = 36.21%
G = 17.1%
B = 46.69%

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

#C55DFE (or 0xC55DFE) is known color: Heliotrope. HEX triplet: C5, 5D and FE. RGB value is (197,93,254). Sum of RGB (Red+Green+Blue) = 197+93+254=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #C55DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DFE is #3AA201. Grayscale: #8D8D8D. Windows color (decimal): -3842562 or 16670149. OLE color: 16670149.

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

Color convert

RGB 197 93 254 -
CMYK 0.22 0.63 0 0.00
HSL 278.76º 0.99% 0.68% -
HSV(B) 278.76º 0.63% 1% -
XYZ 44.83 26.85 96.59 -
YUV 142.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 197 93 254 0.22 0.63 0 0.00 278.76 0.99 0.68
Hex C5 5D FE 16 3F 0 0 117 63 44
Octal 305 135 376 26 77 0 0 427 143 104
Binary 11000101 1011101 11111110 10110 111111 0 0 100010111 1100011 1000100

Color Harmonies of #C55DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DFE

Black with #C55DFE

Text Example


Text Example

White with #C55DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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