Html Css Color HEX #C74AFF Heliotrope

📋 copy color: '#C74AFF'

red 199 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #C74AFF

Tints of Heliotrope #C74AFF

RGB

 RED value IS 199 (78.13% from 255) = 37.69%

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

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

R = 37.69%
G = 14.02%
B = 48.3%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C74AFF (or 0xC74AFF) is known color: Heliotrope. HEX triplet: C7, 4A and FF. RGB value is (199,74,255). Sum of RGB (Red+Green+Blue) = 199+74+255=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #C74AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AFF is #38B500. Grayscale: #838383. Windows color (decimal): -3716353 or 16730823. OLE color: 16730823.

HSL color Cylindrical-coordinate representation of color #C74AFF: hue angle of 281.44º 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 #C74AFF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 74 255 -
CMYK 0.22 0.71 0 0
HSL 281.44º 1% 0.65% -
HSV(B) 281.44º 0.71% 1% -
XYZ 44.05 24.26 96.97 -
YUV 132.01 197.41 175.78 -
System Red Green Blue C M Y K H S L
Decimal 199 74 255 0.22 0.71 0 0 281.44 1 0.65
Hex C7 4A FF 16 47 0 0 119 64 41
Octal 307 112 377 26 107 0 0 431 144 101
Binary 11000111 1001010 11111111 10110 1000111 0 0 100011001 1100100 1000001

Color Harmonies of #C74AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AFF

Black with #C74AFF

Text Example


Text Example

White with #C74AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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