Html Css Color HEX #C55EFB Heliotrope

📋 copy color: '#C55EFB'

red 197 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #C55EFB

Tints of Heliotrope #C55EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.31%

R = 36.35%
G = 17.34%
B = 46.31%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55EFB (or 0xC55EFB) is known color: Heliotrope. HEX triplet: C5, 5E and FB. RGB value is (197,94,251). Sum of RGB (Red+Green+Blue) = 197+94+251=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #C55EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EFB is #3AA104. Grayscale: #8E8E8E. Windows color (decimal): -3842309 or 16473797. OLE color: 16473797.

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

Color convert

RGB 197 94 251 -
CMYK 0.22 0.63 0 0.02
HSL 279.36º 0.95% 0.68% -
HSV(B) 279.36º 0.63% 0.98% -
XYZ 44.44 26.84 94.11 -
YUV 142.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 197 94 251 0.22 0.63 0 0.02 279.36 0.95 0.68
Hex C5 5E FB 16 3F 0 2 117 5F 44
Octal 305 136 373 26 77 0 2 427 137 104
Binary 11000101 1011110 11111011 10110 111111 0 10 100010111 1011111 1000100

Color Harmonies of #C55EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EFB

Black with #C55EFB

Text Example


Text Example

White with #C55EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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