Html Css Color HEX #C974ED Heliotrope

📋 copy color: '#C974ED'

red 201 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #C974ED

Tints of Heliotrope #C974ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 36.28%
G = 20.94%
B = 42.78%

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

#C974ED (or 0xC974ED) is known color: Heliotrope. HEX triplet: C9, 74 and ED. RGB value is (201,116,237). Sum of RGB (Red+Green+Blue) = 201+116+237=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #C974ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974ED is #368B12. Grayscale: #9A9A9A. Windows color (decimal): -3574547 or 15561929. OLE color: 15561929.

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

Color convert

RGB 201 116 237 -
CMYK 0.15 0.51 0 0.07
HSL 282.15º 0.77% 0.69% -
HSV(B) 282.15º 0.51% 0.93% -
XYZ 45.62 31.02 83.7 -
YUV 155.21 174.16 160.66 -
System Red Green Blue C M Y K H S L
Decimal 201 116 237 0.15 0.51 0 0.07 282.15 0.77 0.69
Hex C9 74 ED F 33 0 7 11A 4D 45
Octal 311 164 355 17 63 0 7 432 115 105
Binary 11001001 1110100 11101101 1111 110011 0 111 100011010 1001101 1000101

Color Harmonies of #C974ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974ED

Black with #C974ED

Text Example


Text Example

White with #C974ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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