Html Css Color HEX #C570FE Heliotrope

📋 copy color: '#C570FE'

red 197 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #C570FE

Tints of Heliotrope #C570FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.89%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 34.99%
G = 19.89%
B = 45.12%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C570FE (or 0xC570FE) is known color: Heliotrope. HEX triplet: C5, 70 and FE. RGB value is (197,112,254). Sum of RGB (Red+Green+Blue) = 197+112+254=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #C570FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570FE is #3A8F01. Grayscale: #999999. Windows color (decimal): -3837698 or 16675013. OLE color: 16675013.

HSL color Cylindrical-coordinate representation of color #C570FE: hue angle of 275.92º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C570FE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 112 254 -
CMYK 0.22 0.56 0 0.00
HSL 275.92º 0.99% 0.72% -
HSV(B) 275.92º 0.56% 1% -
XYZ 46.71 30.61 97.21 -
YUV 153.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 197 112 254 0.22 0.56 0 0.00 275.92 0.99 0.72
Hex C5 70 FE 16 38 0 0 114 63 48
Octal 305 160 376 26 70 0 0 424 143 110
Binary 11000101 1110000 11111110 10110 111000 0 0 100010100 1100011 1001000

Color Harmonies of #C570FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570FE

Black with #C570FE

Text Example


Text Example

White with #C570FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570FE; }

 p { color: rgb(197,112,254); }

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

background-color css

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

 a { background-color: rgb(197,112,254); }

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

border-color css

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

 span { border-color: rgb(197,112,254); }

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