Html Css Color HEX #C972FA Heliotrope

📋 copy color: '#C972FA'

red 201 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #C972FA

Tints of Heliotrope #C972FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 35.58%
G = 20.18%
B = 44.25%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C972FA (or 0xC972FA) is known color: Heliotrope. HEX triplet: C9, 72 and FA. RGB value is (201,114,250). Sum of RGB (Red+Green+Blue) = 201+114+250=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #C972FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972FA is #368D05. Grayscale: #9B9B9B. Windows color (decimal): -3575046 or 16413385. OLE color: 16413385.

HSL color Cylindrical-coordinate representation of color #C972FA: hue angle of 278.38º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C972FA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 114 250 -
CMYK 0.20 0.54 0 0.02
HSL 278.38º 0.93% 0.71% -
HSV(B) 278.38º 0.54% 0.98% -
XYZ 47.36 31.35 94 -
YUV 155.52 181.32 160.44 -
System Red Green Blue C M Y K H S L
Decimal 201 114 250 0.20 0.54 0 0.02 278.38 0.93 0.71
Hex C9 72 FA 14 36 0 2 116 5D 47
Octal 311 162 372 24 66 0 2 426 135 107
Binary 11001001 1110010 11111010 10100 110110 0 10 100010110 1011101 1000111

Color Harmonies of #C972FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972FA

Black with #C972FA

Text Example


Text Example

White with #C972FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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