Html Css Color HEX #C972EA Heliotrope

📋 copy color: '#C972EA'

red 201 ◦ green 114 ◦ blue 234

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

Shades of Heliotrope #C972EA

Tints of Heliotrope #C972EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 36.61%
G = 20.77%
B = 42.62%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C972EA (or 0xC972EA) is known color: Heliotrope. HEX triplet: C9, 72 and EA. RGB value is (201,114,234). Sum of RGB (Red+Green+Blue) = 201+114+234=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #C972EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972EA is #368D15. Grayscale: #999999. Windows color (decimal): -3575062 or 15364809. OLE color: 15364809.

HSL color Cylindrical-coordinate representation of color #C972EA: hue angle of 283.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C972EA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 114 234 -
CMYK 0.14 0.51 0 0.08
HSL 283.5º 0.74% 0.68% -
HSV(B) 283.5º 0.51% 0.92% -
XYZ 44.96 30.39 81.34 -
YUV 153.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 201 114 234 0.14 0.51 0 0.08 283.5 0.74 0.68
Hex C9 72 EA E 33 0 8 11C 4A 44
Octal 311 162 352 16 63 0 10 434 112 104
Binary 11001001 1110010 11101010 1110 110011 0 1000 100011100 1001010 1000100

Color Harmonies of #C972EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972EA

Black with #C972EA

Text Example


Text Example

White with #C972EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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