Html Css Color HEX #C74EFF Heliotrope

📋 copy color: '#C74EFF'

red 199 ◦ green 78 ◦ blue 255

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

Shades of Heliotrope #C74EFF

Tints of Heliotrope #C74EFF

RGB

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

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

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

R = 37.41%
G = 14.66%
B = 47.93%

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

#C74EFF (or 0xC74EFF) is known color: Heliotrope. HEX triplet: C7, 4E and FF. RGB value is (199,78,255). Sum of RGB (Red+Green+Blue) = 199+78+255=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #C74EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EFF is #38B100. Grayscale: #858585. Windows color (decimal): -3715329 or 16731847. OLE color: 16731847.

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

Color convert

RGB 199 78 255 -
CMYK 0.22 0.69 0 0
HSL 281.02º 1% 0.65% -
HSV(B) 281.02º 0.69% 1% -
XYZ 44.33 24.81 97.06 -
YUV 134.36 196.09 174.11 -
System Red Green Blue C M Y K H S L
Decimal 199 78 255 0.22 0.69 0 0 281.02 1 0.65
Hex C7 4E FF 16 45 0 0 119 64 41
Octal 307 116 377 26 105 0 0 431 144 101
Binary 11000111 1001110 11111111 10110 1000101 0 0 100011001 1100100 1000001

Color Harmonies of #C74EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74EFF

Black with #C74EFF

Text Example


Text Example

White with #C74EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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