Html Css Color HEX #C774EF Heliotrope

📋 copy color: '#C774EF'

red 199 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #C774EF

Tints of Heliotrope #C774EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.94%

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 35.92%
G = 20.94%
B = 43.14%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C774EF (or 0xC774EF) is known color: Heliotrope. HEX triplet: C7, 74 and EF. RGB value is (199,116,239). Sum of RGB (Red+Green+Blue) = 199+116+239=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #C774EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C774EF is #388B10. Grayscale: #9A9A9A. Windows color (decimal): -3705617 or 15692999. OLE color: 15692999.

HSL color Cylindrical-coordinate representation of color #C774EF: hue angle of 280.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C774EF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 116 239 -
CMYK 0.17 0.51 0 0.06
HSL 280.49º 0.79% 0.7% -
HSV(B) 280.49º 0.51% 0.94% -
XYZ 45.38 30.86 85.23 -
YUV 154.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 199 116 239 0.17 0.51 0 0.06 280.49 0.79 0.7
Hex C7 74 EF 11 33 0 6 118 4F 46
Octal 307 164 357 21 63 0 6 430 117 106
Binary 11000111 1110100 11101111 10001 110011 0 110 100011000 1001111 1000110

Color Harmonies of #C774EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C774EF

Black with #C774EF

Text Example


Text Example

White with #C774EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C774EF; }

 p { color: rgb(199,116,239); }

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

background-color css

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

 a { background-color: rgb(199,116,239); }

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

border-color css

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

 span { border-color: rgb(199,116,239); }

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