Html Css Color HEX #C74CFE Heliotrope

📋 copy color: '#C74CFE'

red 199 ◦ green 76 ◦ blue 254

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

Shades of Heliotrope #C74CFE

Tints of Heliotrope #C74CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.37%

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

R = 37.62%
G = 14.37%
B = 48.02%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C74CFE (or 0xC74CFE) is known color: Heliotrope. HEX triplet: C7, 4C and FE. RGB value is (199,76,254). Sum of RGB (Red+Green+Blue) = 199+76+254=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #C74CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CFE is #38B301. Grayscale: #848484. Windows color (decimal): -3715842 or 16665799. OLE color: 16665799.

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

Color convert

RGB 199 76 254 -
CMYK 0.22 0.70 0 0.00
HSL 281.46º 0.99% 0.65% -
HSV(B) 281.46º 0.7% 1% -
XYZ 44.03 24.47 96.17 -
YUV 133.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 199 76 254 0.22 0.70 0 0.00 281.46 0.99 0.65
Hex C7 4C FE 16 46 0 0 119 63 41
Octal 307 114 376 26 106 0 0 431 143 101
Binary 11000111 1001100 11111110 10110 1000110 0 0 100011001 1100011 1000001

Color Harmonies of #C74CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CFE

Black with #C74CFE

Text Example


Text Example

White with #C74CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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