Html Css Color HEX #C55EFD Heliotrope

📋 copy color: '#C55EFD'

red 197 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #C55EFD

Tints of Heliotrope #C55EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 36.21%
G = 17.28%
B = 46.51%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C55EFD (or 0xC55EFD) is known color: Heliotrope. HEX triplet: C5, 5E and FD. RGB value is (197,94,253). Sum of RGB (Red+Green+Blue) = 197+94+253=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C55EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EFD is #3AA102. Grayscale: #8E8E8E. Windows color (decimal): -3842307 or 16604869. OLE color: 16604869.

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

Color convert

RGB 197 94 253 -
CMYK 0.22 0.63 0 0.01
HSL 278.87º 0.98% 0.68% -
HSV(B) 278.87º 0.63% 0.99% -
XYZ 44.76 26.97 95.77 -
YUV 142.92 190.12 166.57 -
System Red Green Blue C M Y K H S L
Decimal 197 94 253 0.22 0.63 0 0.01 278.87 0.98 0.68
Hex C5 5E FD 16 3F 0 1 117 62 44
Octal 305 136 375 26 77 0 1 427 142 104
Binary 11000101 1011110 11111101 10110 111111 0 1 100010111 1100010 1000100

Color Harmonies of #C55EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EFD

Black with #C55EFD

Text Example


Text Example

White with #C55EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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