Html Css Color HEX #C55CFB Heliotrope

📋 copy color: '#C55CFB'

red 197 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #C55CFB

Tints of Heliotrope #C55CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.04%

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

R = 36.48%
G = 17.04%
B = 46.48%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55CFB (or 0xC55CFB) is known color: Heliotrope. HEX triplet: C5, 5C and FB. RGB value is (197,92,251). Sum of RGB (Red+Green+Blue) = 197+92+251=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #C55CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CFB is #3AA304. Grayscale: #8C8C8C. Windows color (decimal): -3842821 or 16473285. OLE color: 16473285.

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

Color convert

RGB 197 92 251 -
CMYK 0.22 0.63 0 0.02
HSL 279.62º 0.95% 0.67% -
HSV(B) 279.62º 0.63% 0.98% -
XYZ 44.27 26.49 94.05 -
YUV 141.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 197 92 251 0.22 0.63 0 0.02 279.62 0.95 0.67
Hex C5 5C FB 16 3F 0 2 118 5F 43
Octal 305 134 373 26 77 0 2 430 137 103
Binary 11000101 1011100 11111011 10110 111111 0 10 100011000 1011111 1000011

Color Harmonies of #C55CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CFB

Black with #C55CFB

Text Example


Text Example

White with #C55CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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