Html Css Color HEX #C974EC Heliotrope

📋 copy color: '#C974EC'

red 201 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #C974EC

Tints of Heliotrope #C974EC

RGB

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

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

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

R = 36.35%
G = 20.98%
B = 42.68%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C974EC (or 0xC974EC) is known color: Heliotrope. HEX triplet: C9, 74 and EC. RGB value is (201,116,236). Sum of RGB (Red+Green+Blue) = 201+116+236=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #C974EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974EC is #368B13. Grayscale: #9A9A9A. Windows color (decimal): -3574548 or 15496393. OLE color: 15496393.

HSL color Cylindrical-coordinate representation of color #C974EC: hue angle of 282.5º degrees, saturation: 0.76, 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 #C974EC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 116 236 -
CMYK 0.15 0.51 0 0.07
HSL 282.5º 0.76% 0.69% -
HSV(B) 282.5º 0.51% 0.93% -
XYZ 45.47 30.96 82.94 -
YUV 155.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 201 116 236 0.15 0.51 0 0.07 282.5 0.76 0.69
Hex C9 74 EC F 33 0 7 11A 4C 45
Octal 311 164 354 17 63 0 7 432 114 105
Binary 11001001 1110100 11101100 1111 110011 0 111 100011010 1001100 1000101

Color Harmonies of #C974EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974EC

Black with #C974EC

Text Example


Text Example

White with #C974EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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