Html Css Color HEX #C74DFF Heliotrope

📋 copy color: '#C74DFF'

red 199 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #C74DFF

Tints of Heliotrope #C74DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.5%

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

R = 37.48%
G = 14.5%
B = 48.02%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C74DFF (or 0xC74DFF) is known color: Heliotrope. HEX triplet: C7, 4D and FF. RGB value is (199,77,255). Sum of RGB (Red+Green+Blue) = 199+77+255=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C74DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DFF is #38B200. Grayscale: #858585. Windows color (decimal): -3715585 or 16731591. OLE color: 16731591.

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

Color convert

RGB 199 77 255 -
CMYK 0.22 0.70 0 0
HSL 281.12º 1% 0.65% -
HSV(B) 281.12º 0.7% 1% -
XYZ 44.26 24.67 97.04 -
YUV 133.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 199 77 255 0.22 0.70 0 0 281.12 1 0.65
Hex C7 4D FF 16 46 0 0 119 64 41
Octal 307 115 377 26 106 0 0 431 144 101
Binary 11000111 1001101 11111111 10110 1000110 0 0 100011001 1100100 1000001

Color Harmonies of #C74DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DFF

Black with #C74DFF

Text Example


Text Example

White with #C74DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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