Html Css Color HEX #C55EFA Heliotrope

📋 copy color: '#C55EFA'

red 197 ◦ green 94 ◦ blue 250

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

Shades of Heliotrope #C55EFA

Tints of Heliotrope #C55EFA

RGB

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

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

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

R = 36.41%
G = 17.38%
B = 46.21%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55EFA (or 0xC55EFA) is known color: Heliotrope. HEX triplet: C5, 5E and FA. RGB value is (197,94,250). Sum of RGB (Red+Green+Blue) = 197+94+250=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #C55EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EFA is #3AA105. Grayscale: #8E8E8E. Windows color (decimal): -3842310 or 16408261. OLE color: 16408261.

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

Color convert

RGB 197 94 250 -
CMYK 0.21 0.62 0 0.02
HSL 279.62º 0.94% 0.67% -
HSV(B) 279.62º 0.62% 0.98% -
XYZ 44.28 26.78 93.28 -
YUV 142.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 197 94 250 0.21 0.62 0 0.02 279.62 0.94 0.67
Hex C5 5E FA 15 3E 0 2 118 5E 43
Octal 305 136 372 25 76 0 2 430 136 103
Binary 11000101 1011110 11111010 10101 111110 0 10 100011000 1011110 1000011

Color Harmonies of #C55EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EFA

Black with #C55EFA

Text Example


Text Example

White with #C55EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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