Html Css Color HEX #C972FD Heliotrope

📋 copy color: '#C972FD'

red 201 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #C972FD

Tints of Heliotrope #C972FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 35.39%
G = 20.07%
B = 44.54%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C972FD (or 0xC972FD) is known color: Heliotrope. HEX triplet: C9, 72 and FD. RGB value is (201,114,253). Sum of RGB (Red+Green+Blue) = 201+114+253=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #C972FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C972FD is #368D02. Grayscale: #9B9B9B. Windows color (decimal): -3575043 or 16609993. OLE color: 16609993.

HSL color Cylindrical-coordinate representation of color #C972FD: hue angle of 277.55º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C972FD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 114 253 -
CMYK 0.21 0.55 0 0.01
HSL 277.55º 0.97% 0.72% -
HSV(B) 277.55º 0.55% 0.99% -
XYZ 47.83 31.54 96.5 -
YUV 155.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 201 114 253 0.21 0.55 0 0.01 277.55 0.97 0.72
Hex C9 72 FD 15 37 0 1 116 61 48
Octal 311 162 375 25 67 0 1 426 141 110
Binary 11001001 1110010 11111101 10101 110111 0 1 100010110 1100001 1001000

Color Harmonies of #C972FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972FD

Black with #C972FD

Text Example


Text Example

White with #C972FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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