Html Css Color HEX #C74FFE Heliotrope

📋 copy color: '#C74FFE'

red 199 ◦ green 79 ◦ blue 254

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

Shades of Heliotrope #C74FFE

Tints of Heliotrope #C74FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 37.41%
G = 14.85%
B = 47.74%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C74FFE (or 0xC74FFE) is known color: Heliotrope. HEX triplet: C7, 4F and FE. RGB value is (199,79,254). Sum of RGB (Red+Green+Blue) = 199+79+254=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 79 (31.25% from 255 or 14.85% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #C74FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FFE is #38B001. Grayscale: #868686. Windows color (decimal): -3715074 or 16666567. OLE color: 16666567.

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

Color convert

RGB 199 79 254 -
CMYK 0.22 0.69 0 0.00
HSL 281.14º 0.99% 0.65% -
HSV(B) 281.14º 0.69% 1% -
XYZ 44.24 24.89 96.24 -
YUV 134.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 199 79 254 0.22 0.69 0 0.00 281.14 0.99 0.65
Hex C7 4F FE 16 45 0 0 119 63 41
Octal 307 117 376 26 105 0 0 431 143 101
Binary 11000111 1001111 11111110 10110 1000101 0 0 100011001 1100011 1000001

Color Harmonies of #C74FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FFE

Black with #C74FFE

Text Example


Text Example

White with #C74FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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