Html Css Color HEX #C55DFA Heliotrope

📋 copy color: '#C55DFA'

red 197 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #C55DFA

Tints of Heliotrope #C55DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 36.48%
G = 17.22%
B = 46.3%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55DFA (or 0xC55DFA) is known color: Heliotrope. HEX triplet: C5, 5D and FA. RGB value is (197,93,250). Sum of RGB (Red+Green+Blue) = 197+93+250=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C55DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55DFA is #3AA205. Grayscale: #8D8D8D. Windows color (decimal): -3842566 or 16408005. OLE color: 16408005.

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

Color convert

RGB 197 93 250 -
CMYK 0.21 0.63 0 0.02
HSL 279.75º 0.94% 0.67% -
HSV(B) 279.75º 0.63% 0.98% -
XYZ 44.2 26.6 93.25 -
YUV 141.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 197 93 250 0.21 0.63 0 0.02 279.75 0.94 0.67
Hex C5 5D FA 15 3F 0 2 118 5E 43
Octal 305 135 372 25 77 0 2 430 136 103
Binary 11000101 1011101 11111010 10101 111111 0 10 100011000 1011110 1000011

Color Harmonies of #C55DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55DFA

Black with #C55DFA

Text Example


Text Example

White with #C55DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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