Html Css Color HEX #C974EB Heliotrope

📋 copy color: '#C974EB'

red 201 ◦ green 116 ◦ blue 235

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

Shades of Heliotrope #C974EB

Tints of Heliotrope #C974EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 36.41%
G = 21.01%
B = 42.57%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C974EB (or 0xC974EB) is known color: Heliotrope. HEX triplet: C9, 74 and EB. RGB value is (201,116,235). Sum of RGB (Red+Green+Blue) = 201+116+235=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #C974EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974EB is #368B14. Grayscale: #9A9A9A. Windows color (decimal): -3574549 or 15430857. OLE color: 15430857.

HSL color Cylindrical-coordinate representation of color #C974EB: hue angle of 282.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C974EB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 116 235 -
CMYK 0.14 0.51 0 0.08
HSL 282.86º 0.75% 0.69% -
HSV(B) 282.86º 0.51% 0.92% -
XYZ 45.33 30.91 82.17 -
YUV 154.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 201 116 235 0.14 0.51 0 0.08 282.86 0.75 0.69
Hex C9 74 EB E 33 0 8 11B 4B 45
Octal 311 164 353 16 63 0 10 433 113 105
Binary 11001001 1110100 11101011 1110 110011 0 1000 100011011 1001011 1000101

Color Harmonies of #C974EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974EB

Black with #C974EB

Text Example


Text Example

White with #C974EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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