Html Css Color HEX #C572EC Heliotrope

📋 copy color: '#C572EC'

red 197 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #C572EC

Tints of Heliotrope #C572EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.84%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 36.01%
G = 20.84%
B = 43.14%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C572EC (or 0xC572EC) is known color: Heliotrope. HEX triplet: C5, 72 and EC. RGB value is (197,114,236). Sum of RGB (Red+Green+Blue) = 197+114+236=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #C572EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C572EC is #3A8D13. Grayscale: #989898. Windows color (decimal): -3837204 or 15495877. OLE color: 15495877.

HSL color Cylindrical-coordinate representation of color #C572EC: hue angle of 280.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C572EC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 114 236 -
CMYK 0.17 0.52 0 0.07
HSL 280.82º 0.76% 0.69% -
HSV(B) 280.82º 0.52% 0.93% -
XYZ 44.18 29.96 82.81 -
YUV 152.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 197 114 236 0.17 0.52 0 0.07 280.82 0.76 0.69
Hex C5 72 EC 11 34 0 7 119 4C 45
Octal 305 162 354 21 64 0 7 431 114 105
Binary 11000101 1110010 11101100 10001 110100 0 111 100011001 1001100 1000101

Color Harmonies of #C572EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572EC

Black with #C572EC

Text Example


Text Example

White with #C572EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572EC; }

 p { color: rgb(197,114,236); }

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

background-color css

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

 a { background-color: rgb(197,114,236); }

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

border-color css

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

 span { border-color: rgb(197,114,236); }

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