Html Css Color HEX #C55BFA Heliotrope

📋 copy color: '#C55BFA'

red 197 ◦ green 91 ◦ blue 250

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

Shades of Heliotrope #C55BFA

Tints of Heliotrope #C55BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.91%

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

R = 36.62%
G = 16.91%
B = 46.47%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55BFA (or 0xC55BFA) is known color: Heliotrope. HEX triplet: C5, 5B and FA. RGB value is (197,91,250). Sum of RGB (Red+Green+Blue) = 197+91+250=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #C55BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BFA is #3AA405. Grayscale: #8C8C8C. Windows color (decimal): -3843078 or 16407493. OLE color: 16407493.

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

Color convert

RGB 197 91 250 -
CMYK 0.21 0.64 0 0.02
HSL 280º 0.94% 0.67% -
HSV(B) 280º 0.64% 0.98% -
XYZ 44.02 26.25 93.19 -
YUV 140.82 189.62 168.07 -
System Red Green Blue C M Y K H S L
Decimal 197 91 250 0.21 0.64 0 0.02 280 0.94 0.67
Hex C5 5B FA 15 40 0 2 118 5E 43
Octal 305 133 372 25 100 0 2 430 136 103
Binary 11000101 1011011 11111010 10101 1000000 0 10 100011000 1011110 1000011

Color Harmonies of #C55BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BFA

Black with #C55BFA

Text Example


Text Example

White with #C55BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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