Html Css Color HEX #C74EFE Heliotrope

📋 copy color: '#C74EFE'

red 199 ◦ green 78 ◦ blue 254

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

Shades of Heliotrope #C74EFE

Tints of Heliotrope #C74EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.69%

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

R = 37.48%
G = 14.69%
B = 47.83%

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

#C74EFE (or 0xC74EFE) is known color: Heliotrope. HEX triplet: C7, 4E and FE. RGB value is (199,78,254). Sum of RGB (Red+Green+Blue) = 199+78+254=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #C74EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EFE is #38B101. Grayscale: #858585. Windows color (decimal): -3715330 or 16666311. OLE color: 16666311.

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

Color convert

RGB 199 78 254 -
CMYK 0.22 0.69 0 0.00
HSL 281.25º 0.99% 0.65% -
HSV(B) 281.25º 0.69% 1% -
XYZ 44.17 24.75 96.21 -
YUV 134.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 199 78 254 0.22 0.69 0 0.00 281.25 0.99 0.65
Hex C7 4E FE 16 45 0 0 119 63 41
Octal 307 116 376 26 105 0 0 431 143 101
Binary 11000111 1001110 11111110 10110 1000101 0 0 100011001 1100011 1000001

Color Harmonies of #C74EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74EFE

Black with #C74EFE

Text Example


Text Example

White with #C74EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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