Html Css Color HEX #C570FF Heliotrope

📋 copy color: '#C570FF'

red 197 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #C570FF

Tints of Heliotrope #C570FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 34.93%
G = 19.86%
B = 45.21%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C570FF (or 0xC570FF) is known color: Heliotrope. HEX triplet: C5, 70 and FF. RGB value is (197,112,255). Sum of RGB (Red+Green+Blue) = 197+112+255=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C570FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570FF is #3A8F00. Grayscale: #999999. Windows color (decimal): -3837697 or 16740549. OLE color: 16740549.

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

Color convert

RGB 197 112 255 -
CMYK 0.23 0.56 0 0
HSL 275.66º 1% 0.72% -
HSV(B) 275.66º 0.56% 1% -
XYZ 46.87 30.68 98.06 -
YUV 153.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 197 112 255 0.23 0.56 0 0 275.66 1 0.72
Hex C5 70 FF 17 38 0 0 114 64 48
Octal 305 160 377 27 70 0 0 424 144 110
Binary 11000101 1110000 11111111 10111 111000 0 0 100010100 1100100 1001000

Color Harmonies of #C570FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570FF

Black with #C570FF

Text Example


Text Example

White with #C570FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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