Html Css Color HEX #C975F9 Heliotrope

📋 copy color: '#C975F9'

red 201 ◦ green 117 ◦ blue 249

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

Shades of Heliotrope #C975F9

Tints of Heliotrope #C975F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.92%

R = 35.45%
G = 20.63%
B = 43.92%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C975F9 (or 0xC975F9) is known color: Heliotrope. HEX triplet: C9, 75 and F9. RGB value is (201,117,249). Sum of RGB (Red+Green+Blue) = 201+117+249=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #C975F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975F9 is #368A06. Grayscale: #9C9C9C. Windows color (decimal): -3574279 or 16348617. OLE color: 16348617.

HSL color Cylindrical-coordinate representation of color #C975F9: hue angle of 278.18º degrees, saturation: 0.92, 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 #C975F9 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 117 249 -
CMYK 0.19 0.53 0 0.02
HSL 278.18º 0.92% 0.72% -
HSV(B) 278.18º 0.53% 0.98% -
XYZ 47.55 31.98 93.29 -
YUV 157.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 201 117 249 0.19 0.53 0 0.02 278.18 0.92 0.72
Hex C9 75 F9 13 35 0 2 116 5C 48
Octal 311 165 371 23 65 0 2 426 134 110
Binary 11001001 1110101 11111001 10011 110101 0 10 100010110 1011100 1001000

Color Harmonies of #C975F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975F9

Black with #C975F9

Text Example


Text Example

White with #C975F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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