Html Css Color HEX #C975FA Heliotrope

📋 copy color: '#C975FA'

red 201 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #C975FA

Tints of Heliotrope #C975FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.6%

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

R = 35.39%
G = 20.6%
B = 44.01%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C975FA (or 0xC975FA) is known color: Heliotrope. HEX triplet: C9, 75 and FA. RGB value is (201,117,250). Sum of RGB (Red+Green+Blue) = 201+117+250=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C975FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FA is #368A05. Grayscale: #9C9C9C. Windows color (decimal): -3574278 or 16414153. OLE color: 16414153.

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

Color convert

RGB 201 117 250 -
CMYK 0.20 0.53 0 0.02
HSL 277.89º 0.93% 0.72% -
HSV(B) 277.89º 0.53% 0.98% -
XYZ 47.7 32.04 94.11 -
YUV 157.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 201 117 250 0.20 0.53 0 0.02 277.89 0.93 0.72
Hex C9 75 FA 14 35 0 2 116 5D 48
Octal 311 165 372 24 65 0 2 426 135 110
Binary 11001001 1110101 11111010 10100 110101 0 10 100010110 1011101 1001000

Color Harmonies of #C975FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975FA

Black with #C975FA

Text Example


Text Example

White with #C975FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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