Html Css Color HEX #C551FD Heliotrope

📋 copy color: '#C551FD'

red 197 ◦ green 81 ◦ blue 253

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

Shades of Heliotrope #C551FD

Tints of Heliotrope #C551FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.25%

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 37.1%
G = 15.25%
B = 47.65%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C551FD (or 0xC551FD) is known color: Heliotrope. HEX triplet: C5, 51 and FD. RGB value is (197,81,253). Sum of RGB (Red+Green+Blue) = 197+81+253=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C551FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551FD is #3AAE02. Grayscale: #868686. Windows color (decimal): -3845635 or 16601541. OLE color: 16601541.

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

Color convert

RGB 197 81 253 -
CMYK 0.22 0.68 0 0.01
HSL 280.47º 0.98% 0.65% -
HSV(B) 280.47º 0.68% 0.99% -
XYZ 43.7 24.85 95.42 -
YUV 135.29 194.43 172.01 -
System Red Green Blue C M Y K H S L
Decimal 197 81 253 0.22 0.68 0 0.01 280.47 0.98 0.65
Hex C5 51 FD 16 44 0 1 118 62 41
Octal 305 121 375 26 104 0 1 430 142 101
Binary 11000101 1010001 11111101 10110 1000100 0 1 100011000 1100010 1000001

Color Harmonies of #C551FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551FD

Black with #C551FD

Text Example


Text Example

White with #C551FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551FD; }

 p { color: rgb(197,81,253); }

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

background-color css

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

 a { background-color: rgb(197,81,253); }

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

border-color css

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

 span { border-color: rgb(197,81,253); }

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