Html Css Color HEX #C55CFA Heliotrope

📋 copy color: '#C55CFA'

red 197 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #C55CFA

Tints of Heliotrope #C55CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.38%

R = 36.55%
G = 17.07%
B = 46.38%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C55CFA (or 0xC55CFA) is known color: Heliotrope. HEX triplet: C5, 5C and FA. RGB value is (197,92,250). Sum of RGB (Red+Green+Blue) = 197+92+250=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #C55CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CFA is #3AA305. Grayscale: #8C8C8C. Windows color (decimal): -3842822 or 16407749. OLE color: 16407749.

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

Color convert

RGB 197 92 250 -
CMYK 0.21 0.63 0 0.02
HSL 279.87º 0.94% 0.67% -
HSV(B) 279.87º 0.63% 0.98% -
XYZ 44.11 26.43 93.22 -
YUV 141.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 197 92 250 0.21 0.63 0 0.02 279.87 0.94 0.67
Hex C5 5C FA 15 3F 0 2 118 5E 43
Octal 305 134 372 25 77 0 2 430 136 103
Binary 11000101 1011100 11111010 10101 111111 0 10 100011000 1011110 1000011

Color Harmonies of #C55CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CFA

Black with #C55CFA

Text Example


Text Example

White with #C55CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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