Html Css Color HEX #C570FD Heliotrope

📋 copy color: '#C570FD'

red 197 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #C570FD

Tints of Heliotrope #C570FD

RGB

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

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

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

R = 35.05%
G = 19.93%
B = 45.02%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C570FD (or 0xC570FD) is known color: Heliotrope. HEX triplet: C5, 70 and FD. RGB value is (197,112,253). Sum of RGB (Red+Green+Blue) = 197+112+253=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C570FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570FD is #3A8F02. Grayscale: #999999. Windows color (decimal): -3837699 or 16609477. OLE color: 16609477.

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

Color convert

RGB 197 112 253 -
CMYK 0.22 0.56 0 0.01
HSL 276.17º 0.97% 0.72% -
HSV(B) 276.17º 0.56% 0.99% -
XYZ 46.55 30.55 96.37 -
YUV 153.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 197 112 253 0.22 0.56 0 0.01 276.17 0.97 0.72
Hex C5 70 FD 16 38 0 1 114 61 48
Octal 305 160 375 26 70 0 1 424 141 110
Binary 11000101 1110000 11111101 10110 111000 0 1 100010100 1100001 1001000

Color Harmonies of #C570FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570FD

Black with #C570FD

Text Example


Text Example

White with #C570FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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