Html Css Color HEX #C974EE Heliotrope

📋 copy color: '#C974EE'

red 201 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #C974EE

Tints of Heliotrope #C974EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 36.22%
G = 20.9%
B = 42.88%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C974EE (or 0xC974EE) is known color: Heliotrope. HEX triplet: C9, 74 and EE. RGB value is (201,116,238). Sum of RGB (Red+Green+Blue) = 201+116+238=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #C974EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974EE is #368B11. Grayscale: #9A9A9A. Windows color (decimal): -3574546 or 15627465. OLE color: 15627465.

HSL color Cylindrical-coordinate representation of color #C974EE: hue angle of 281.8º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C974EE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 116 238 -
CMYK 0.16 0.51 0 0.07
HSL 281.8º 0.78% 0.69% -
HSV(B) 281.8º 0.51% 0.93% -
XYZ 45.77 31.08 84.48 -
YUV 155.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 201 116 238 0.16 0.51 0 0.07 281.8 0.78 0.69
Hex C9 74 EE 10 33 0 7 11A 4E 45
Octal 311 164 356 20 63 0 7 432 116 105
Binary 11001001 1110100 11101110 10000 110011 0 111 100011010 1001110 1000101

Color Harmonies of #C974EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974EE

Black with #C974EE

Text Example


Text Example

White with #C974EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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