Html Css Color HEX #C975FB Heliotrope

📋 copy color: '#C975FB'

red 201 ◦ green 117 ◦ blue 251

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

Shades of Heliotrope #C975FB

Tints of Heliotrope #C975FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 35.33%
G = 20.56%
B = 44.11%

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

#C975FB (or 0xC975FB) is known color: Heliotrope. HEX triplet: C9, 75 and FB. RGB value is (201,117,251). Sum of RGB (Red+Green+Blue) = 201+117+251=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #C975FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FB is #368A04. Grayscale: #9C9C9C. Windows color (decimal): -3574277 or 16479689. OLE color: 16479689.

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

Color convert

RGB 201 117 251 -
CMYK 0.20 0.53 0 0.02
HSL 277.61º 0.94% 0.72% -
HSV(B) 277.61º 0.53% 0.98% -
XYZ 47.86 32.11 94.94 -
YUV 157.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 201 117 251 0.20 0.53 0 0.02 277.61 0.94 0.72
Hex C9 75 FB 14 35 0 2 116 5E 48
Octal 311 165 373 24 65 0 2 426 136 110
Binary 11001001 1110101 11111011 10100 110101 0 10 100010110 1011110 1001000

Color Harmonies of #C975FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975FB

Black with #C975FB

Text Example


Text Example

White with #C975FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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