Html Css Color HEX #C55AFD Heliotrope

📋 copy color: '#C55AFD'

red 197 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #C55AFD

Tints of Heliotrope #C55AFD

RGB

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

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

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

R = 36.48%
G = 16.67%
B = 46.85%

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

#C55AFD (or 0xC55AFD) is known color: Heliotrope. HEX triplet: C5, 5A and FD. RGB value is (197,90,253). Sum of RGB (Red+Green+Blue) = 197+90+253=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C55AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AFD is #3AA502. Grayscale: #8C8C8C. Windows color (decimal): -3843331 or 16603845. OLE color: 16603845.

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

Color convert

RGB 197 90 253 -
CMYK 0.22 0.64 0 0.01
HSL 279.39º 0.98% 0.67% -
HSV(B) 279.39º 0.64% 0.99% -
XYZ 44.41 26.27 95.66 -
YUV 140.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 197 90 253 0.22 0.64 0 0.01 279.39 0.98 0.67
Hex C5 5A FD 16 40 0 1 117 62 43
Octal 305 132 375 26 100 0 1 427 142 103
Binary 11000101 1011010 11111101 10110 1000000 0 1 100010111 1100010 1000011

Color Harmonies of #C55AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AFD

Black with #C55AFD

Text Example


Text Example

White with #C55AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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