Html Css Color HEX #C572EE Heliotrope

📋 copy color: '#C572EE'

red 197 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #C572EE

Tints of Heliotrope #C572EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.35%

R = 35.88%
G = 20.77%
B = 43.35%

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

#C572EE (or 0xC572EE) is known color: Heliotrope. HEX triplet: C5, 72 and EE. RGB value is (197,114,238). Sum of RGB (Red+Green+Blue) = 197+114+238=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C572EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C572EE is #3A8D11. Grayscale: #989898. Windows color (decimal): -3837202 or 15626949. OLE color: 15626949.

HSL color Cylindrical-coordinate representation of color #C572EE: hue angle of 280.16º degrees, saturation: 0.78, 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 #C572EE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 114 238 -
CMYK 0.17 0.52 0 0.07
HSL 280.16º 0.78% 0.69% -
HSV(B) 280.16º 0.52% 0.93% -
XYZ 44.48 30.08 84.35 -
YUV 152.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 197 114 238 0.17 0.52 0 0.07 280.16 0.78 0.69
Hex C5 72 EE 11 34 0 7 118 4E 45
Octal 305 162 356 21 64 0 7 430 116 105
Binary 11000101 1110010 11101110 10001 110100 0 111 100011000 1001110 1000101

Color Harmonies of #C572EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572EE

Black with #C572EE

Text Example


Text Example

White with #C572EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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