Html Css Color HEX #C74FFF Heliotrope

📋 copy color: '#C74FFF'

red 199 ◦ green 79 ◦ blue 255

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

Shades of Heliotrope #C74FFF

Tints of Heliotrope #C74FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.82%

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

R = 37.34%
G = 14.82%
B = 47.84%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C74FFF (or 0xC74FFF) is known color: Heliotrope. HEX triplet: C7, 4F and FF. RGB value is (199,79,255). Sum of RGB (Red+Green+Blue) = 199+79+255=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #C74FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FFF is #38B000. Grayscale: #868686. Windows color (decimal): -3715073 or 16732103. OLE color: 16732103.

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

Color convert

RGB 199 79 255 -
CMYK 0.22 0.69 0 0
HSL 280.91º 1% 0.65% -
HSV(B) 280.91º 0.69% 1% -
XYZ 44.4 24.95 97.08 -
YUV 134.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 199 79 255 0.22 0.69 0 0 280.91 1 0.65
Hex C7 4F FF 16 45 0 0 119 64 41
Octal 307 117 377 26 105 0 0 431 144 101
Binary 11000111 1001111 11111111 10110 1000101 0 0 100011001 1100100 1000001

Color Harmonies of #C74FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FFF

Black with #C74FFF

Text Example


Text Example

White with #C74FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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