Html Css Color HEX #C972EC Heliotrope

📋 copy color: '#C972EC'

red 201 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #C972EC

Tints of Heliotrope #C972EC

RGB

 RED value IS 201 (78.91% from 255) = 36.48%

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

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

R = 36.48%
G = 20.69%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C972EC (or 0xC972EC) is known color: Heliotrope. HEX triplet: C9, 72 and EC. RGB value is (201,114,236). Sum of RGB (Red+Green+Blue) = 201+114+236=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #C972EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972EC is #368D13. Grayscale: #999999. Windows color (decimal): -3575060 or 15495881. OLE color: 15495881.

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

Color convert

RGB 201 114 236 -
CMYK 0.15 0.52 0 0.07
HSL 282.79º 0.76% 0.69% -
HSV(B) 282.79º 0.52% 0.93% -
XYZ 45.25 30.51 82.86 -
YUV 153.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 201 114 236 0.15 0.52 0 0.07 282.79 0.76 0.69
Hex C9 72 EC F 34 0 7 11B 4C 45
Octal 311 162 354 17 64 0 7 433 114 105
Binary 11001001 1110010 11101100 1111 110100 0 111 100011011 1001100 1000101

Color Harmonies of #C972EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972EC

Black with #C972EC

Text Example


Text Example

White with #C972EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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