Html Css Color HEX #C55EFC Heliotrope

📋 copy color: '#C55EFC'

red 197 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #C55EFC

Tints of Heliotrope #C55EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.41%

R = 36.28%
G = 17.31%
B = 46.41%

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

#C55EFC (or 0xC55EFC) is known color: Heliotrope. HEX triplet: C5, 5E and FC. RGB value is (197,94,252). Sum of RGB (Red+Green+Blue) = 197+94+252=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C55EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EFC is #3AA103. Grayscale: #8E8E8E. Windows color (decimal): -3842308 or 16539333. OLE color: 16539333.

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

Color convert

RGB 197 94 252 -
CMYK 0.22 0.63 0 0.01
HSL 279.11º 0.96% 0.68% -
HSV(B) 279.11º 0.63% 0.99% -
XYZ 44.6 26.9 94.94 -
YUV 142.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 197 94 252 0.22 0.63 0 0.01 279.11 0.96 0.68
Hex C5 5E FC 16 3F 0 1 117 60 44
Octal 305 136 374 26 77 0 1 427 140 104
Binary 11000101 1011110 11111100 10110 111111 0 1 100010111 1100000 1000100

Color Harmonies of #C55EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EFC

Black with #C55EFC

Text Example


Text Example

White with #C55EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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