Html Css Color HEX #C975EC Heliotrope

📋 copy color: '#C975EC'

red 201 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #C975EC

Tints of Heliotrope #C975EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 36.28%
G = 21.12%
B = 42.6%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C975EC (or 0xC975EC) is known color: Heliotrope. HEX triplet: C9, 75 and EC. RGB value is (201,117,236). Sum of RGB (Red+Green+Blue) = 201+117+236=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #C975EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C975EC is #368A13. Grayscale: #9B9B9B. Windows color (decimal): -3574292 or 15496649. OLE color: 15496649.

HSL color Cylindrical-coordinate representation of color #C975EC: hue angle of 282.35º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C975EC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 117 236 -
CMYK 0.15 0.50 0 0.07
HSL 282.35º 0.76% 0.69% -
HSV(B) 282.35º 0.5% 0.93% -
XYZ 45.59 31.2 82.98 -
YUV 155.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 201 117 236 0.15 0.50 0 0.07 282.35 0.76 0.69
Hex C9 75 EC F 32 0 7 11A 4C 45
Octal 311 165 354 17 62 0 7 432 114 105
Binary 11001001 1110101 11101100 1111 110010 0 111 100011010 1001100 1000101

Color Harmonies of #C975EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975EC

Black with #C975EC

Text Example


Text Example

White with #C975EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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