Html Css Color HEX #C974EF Heliotrope

📋 copy color: '#C974EF'

red 201 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #C974EF

Tints of Heliotrope #C974EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.86%

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 36.15%
G = 20.86%
B = 42.99%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C974EF (or 0xC974EF) is known color: Heliotrope. HEX triplet: C9, 74 and EF. RGB value is (201,116,239). Sum of RGB (Red+Green+Blue) = 201+116+239=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #C974EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974EF is #368B10. Grayscale: #9B9B9B. Windows color (decimal): -3574545 or 15693001. OLE color: 15693001.

HSL color Cylindrical-coordinate representation of color #C974EF: hue angle of 281.46º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C974EF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 116 239 -
CMYK 0.16 0.51 0 0.06
HSL 281.46º 0.79% 0.7% -
HSV(B) 281.46º 0.51% 0.94% -
XYZ 45.91 31.14 85.25 -
YUV 155.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 201 116 239 0.16 0.51 0 0.06 281.46 0.79 0.7
Hex C9 74 EF 10 33 0 6 119 4F 46
Octal 311 164 357 20 63 0 6 431 117 106
Binary 11001001 1110100 11101111 10000 110011 0 110 100011001 1001111 1000110

Color Harmonies of #C974EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974EF

Black with #C974EF

Text Example


Text Example

White with #C974EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974EF; }

 p { color: rgb(201,116,239); }

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

background-color css

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

 a { background-color: rgb(201,116,239); }

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

border-color css

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

 span { border-color: rgb(201,116,239); }

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