Html Css Color HEX #C973FD Heliotrope

📋 copy color: '#C973FD'

red 201 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #C973FD

Tints of Heliotrope #C973FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.21%

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

R = 35.33%
G = 20.21%
B = 44.46%

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

#C973FD (or 0xC973FD) is known color: Heliotrope. HEX triplet: C9, 73 and FD. RGB value is (201,115,253). Sum of RGB (Red+Green+Blue) = 201+115+253=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #C973FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C973FD is #368C02. Grayscale: #9B9B9B. Windows color (decimal): -3574787 or 16610249. OLE color: 16610249.

HSL color Cylindrical-coordinate representation of color #C973FD: hue angle of 277.39º 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 #C973FD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 115 253 -
CMYK 0.21 0.55 0 0.01
HSL 277.39º 0.97% 0.72% -
HSV(B) 277.39º 0.55% 0.99% -
XYZ 47.95 31.77 96.53 -
YUV 156.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 201 115 253 0.21 0.55 0 0.01 277.39 0.97 0.72
Hex C9 73 FD 15 37 0 1 115 61 48
Octal 311 163 375 25 67 0 1 425 141 110
Binary 11001001 1110011 11111101 10101 110111 0 1 100010101 1100001 1001000

Color Harmonies of #C973FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973FD

Black with #C973FD

Text Example


Text Example

White with #C973FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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