Html Css Color HEX #C94AFF Heliotrope

📋 copy color: '#C94AFF'

red 201 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #C94AFF

Tints of Heliotrope #C94AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.96%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 37.92%
G = 13.96%
B = 48.11%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C94AFF (or 0xC94AFF) is known color: Heliotrope. HEX triplet: C9, 4A and FF. RGB value is (201,74,255). Sum of RGB (Red+Green+Blue) = 201+74+255=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C94AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94AFF is #36B500. Grayscale: #848484. Windows color (decimal): -3585281 or 16730825. OLE color: 16730825.

HSL color Cylindrical-coordinate representation of color #C94AFF: hue angle of 282.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C94AFF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 74 255 -
CMYK 0.21 0.71 0 0
HSL 282.1º 1% 0.65% -
HSV(B) 282.1º 0.71% 1% -
XYZ 44.59 24.54 96.99 -
YUV 132.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 201 74 255 0.21 0.71 0 0 282.1 1 0.65
Hex C9 4A FF 15 47 0 0 11A 64 41
Octal 311 112 377 25 107 0 0 432 144 101
Binary 11001001 1001010 11111111 10101 1000111 0 0 100011010 1100100 1000001

Color Harmonies of #C94AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AFF

Black with #C94AFF

Text Example


Text Example

White with #C94AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AFF; }

 p { color: rgb(201,74,255); }

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

background-color css

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

 a { background-color: rgb(201,74,255); }

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

border-color css

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

 span { border-color: rgb(201,74,255); }

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