Html Css Color HEX #C975FF Heliotrope

📋 copy color: '#C975FF'

red 201 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #C975FF

Tints of Heliotrope #C975FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 35.08%
G = 20.42%
B = 44.5%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C975FF (or 0xC975FF) is known color: Heliotrope. HEX triplet: C9, 75 and FF. RGB value is (201,117,255). Sum of RGB (Red+Green+Blue) = 201+117+255=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #C975FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975FF is #368A00. Grayscale: #9D9D9D. Windows color (decimal): -3574273 or 16741833. OLE color: 16741833.

HSL color Cylindrical-coordinate representation of color #C975FF: hue angle of 276.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C975FF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 117 255 -
CMYK 0.21 0.54 0 0
HSL 276.52º 1% 0.73% -
HSV(B) 276.52º 0.54% 1% -
XYZ 48.5 32.36 98.3 -
YUV 157.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 201 117 255 0.21 0.54 0 0 276.52 1 0.73
Hex C9 75 FF 15 36 0 0 115 64 49
Octal 311 165 377 25 66 0 0 425 144 111
Binary 11001001 1110101 11111111 10101 110110 0 0 100010101 1100100 1001001

Color Harmonies of #C975FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975FF

Black with #C975FF

Text Example


Text Example

White with #C975FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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