Html Css Color HEX #C975F1 Heliotrope

📋 copy color: '#C975F1'

red 201 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #C975F1

Tints of Heliotrope #C975F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 35.96%
G = 20.93%
B = 43.11%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C975F1 (or 0xC975F1) is known color: Heliotrope. HEX triplet: C9, 75 and F1. RGB value is (201,117,241). Sum of RGB (Red+Green+Blue) = 201+117+241=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #C975F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975F1 is #368A0E. Grayscale: #9B9B9B. Windows color (decimal): -3574287 or 15824329. OLE color: 15824329.

HSL color Cylindrical-coordinate representation of color #C975F1: hue angle of 280.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C975F1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 117 241 -
CMYK 0.17 0.51 0 0.05
HSL 280.65º 0.82% 0.7% -
HSV(B) 280.65º 0.51% 0.95% -
XYZ 46.33 31.49 86.86 -
YUV 156.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 201 117 241 0.17 0.51 0 0.05 280.65 0.82 0.7
Hex C9 75 F1 11 33 0 5 119 52 46
Octal 311 165 361 21 63 0 5 431 122 106
Binary 11001001 1110101 11110001 10001 110011 0 101 100011001 1010010 1000110

Color Harmonies of #C975F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975F1

Black with #C975F1

Text Example


Text Example

White with #C975F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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