Html Css Color HEX #C55AFB Heliotrope

📋 copy color: '#C55AFB'

red 197 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #C55AFB

Tints of Heliotrope #C55AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.73%

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

R = 36.62%
G = 16.73%
B = 46.65%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55AFB (or 0xC55AFB) is known color: Heliotrope. HEX triplet: C5, 5A and FB. RGB value is (197,90,251). Sum of RGB (Red+Green+Blue) = 197+90+251=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #C55AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AFB is #3AA504. Grayscale: #8B8B8B. Windows color (decimal): -3843333 or 16472773. OLE color: 16472773.

HSL color Cylindrical-coordinate representation of color #C55AFB: hue angle of 279.88º degrees, saturation: 0.95, 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 #C55AFB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 90 251 -
CMYK 0.22 0.64 0 0.02
HSL 279.88º 0.95% 0.67% -
HSV(B) 279.88º 0.64% 0.98% -
XYZ 44.09 26.15 93.99 -
YUV 140.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 197 90 251 0.22 0.64 0 0.02 279.88 0.95 0.67
Hex C5 5A FB 16 40 0 2 118 5F 43
Octal 305 132 373 26 100 0 2 430 137 103
Binary 11000101 1011010 11111011 10110 1000000 0 10 100011000 1011111 1000011

Color Harmonies of #C55AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AFB

Black with #C55AFB

Text Example


Text Example

White with #C55AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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