Html Css Color HEX #C55CFD Heliotrope

📋 copy color: '#C55CFD'

red 197 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #C55CFD

Tints of Heliotrope #C55CFD

RGB

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

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

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

R = 36.35%
G = 16.97%
B = 46.68%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C55CFD (or 0xC55CFD) is known color: Heliotrope. HEX triplet: C5, 5C and FD. RGB value is (197,92,253). Sum of RGB (Red+Green+Blue) = 197+92+253=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #C55CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CFD is #3AA302. Grayscale: #8D8D8D. Windows color (decimal): -3842819 or 16604357. OLE color: 16604357.

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

Color convert

RGB 197 92 253 -
CMYK 0.22 0.64 0 0.01
HSL 279.13º 0.98% 0.68% -
HSV(B) 279.13º 0.64% 0.99% -
XYZ 44.58 26.62 95.72 -
YUV 141.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 197 92 253 0.22 0.64 0 0.01 279.13 0.98 0.68
Hex C5 5C FD 16 40 0 1 117 62 44
Octal 305 134 375 26 100 0 1 427 142 104
Binary 11000101 1011100 11111101 10110 1000000 0 1 100010111 1100010 1000100

Color Harmonies of #C55CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CFD

Black with #C55CFD

Text Example


Text Example

White with #C55CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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