Html Css Color HEX #C55FFB Heliotrope

📋 copy color: '#C55FFB'

red 197 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #C55FFB

Tints of Heliotrope #C55FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.5%

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

R = 36.28%
G = 17.5%
B = 46.22%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55FFB (or 0xC55FFB) is known color: Heliotrope. HEX triplet: C5, 5F and FB. RGB value is (197,95,251). Sum of RGB (Red+Green+Blue) = 197+95+251=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #C55FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FFB is #3AA004. Grayscale: #8E8E8E. Windows color (decimal): -3842053 or 16474053. OLE color: 16474053.

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

Color convert

RGB 197 95 251 -
CMYK 0.22 0.62 0 0.02
HSL 279.23º 0.95% 0.68% -
HSV(B) 279.23º 0.62% 0.98% -
XYZ 44.53 27.02 94.14 -
YUV 143.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 197 95 251 0.22 0.62 0 0.02 279.23 0.95 0.68
Hex C5 5F FB 16 3E 0 2 117 5F 44
Octal 305 137 373 26 76 0 2 427 137 104
Binary 11000101 1011111 11111011 10110 111110 0 10 100010111 1011111 1000100

Color Harmonies of #C55FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FFB

Black with #C55FFB

Text Example


Text Example

White with #C55FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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