Html Css Color HEX #C975FC Heliotrope

📋 copy color: '#C975FC'

red 201 ◦ green 117 ◦ blue 252

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

Shades of Heliotrope #C975FC

Tints of Heliotrope #C975FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 35.26%
G = 20.53%
B = 44.21%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C975FC (or 0xC975FC) is known color: Heliotrope. HEX triplet: C9, 75 and FC. RGB value is (201,117,252). Sum of RGB (Red+Green+Blue) = 201+117+252=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #C975FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FC is #368A03. Grayscale: #9D9D9D. Windows color (decimal): -3574276 or 16545225. OLE color: 16545225.

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

Color convert

RGB 201 117 252 -
CMYK 0.20 0.54 0 0.01
HSL 277.33º 0.96% 0.72% -
HSV(B) 277.33º 0.54% 0.99% -
XYZ 48.02 32.17 95.77 -
YUV 157.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 201 117 252 0.20 0.54 0 0.01 277.33 0.96 0.72
Hex C9 75 FC 14 36 0 1 115 60 48
Octal 311 165 374 24 66 0 1 425 140 110
Binary 11001001 1110101 11111100 10100 110110 0 1 100010101 1100000 1001000

Color Harmonies of #C975FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975FC

Black with #C975FC

Text Example


Text Example

White with #C975FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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