Html Css Color HEX #C274EF Heliotrope

📋 copy color: '#C274EF'

red 194 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #C274EF

Tints of Heliotrope #C274EF

RGB

 RED value IS 194 (76.17% from 255) = 35.34%

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

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

R = 35.34%
G = 21.13%
B = 43.53%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C274EF (or 0xC274EF) is known color: Heliotrope. HEX triplet: C2, 74 and EF. RGB value is (194,116,239). Sum of RGB (Red+Green+Blue) = 194+116+239=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #C274EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274EF is #3D8B10. Grayscale: #989898. Windows color (decimal): -4033297 or 15692994. OLE color: 15692994.

HSL color Cylindrical-coordinate representation of color #C274EF: hue angle of 278.05º 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 #C274EF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 116 239 -
CMYK 0.19 0.51 0 0.06
HSL 278.05º 0.79% 0.7% -
HSV(B) 278.05º 0.51% 0.94% -
XYZ 44.07 30.19 85.17 -
YUV 153.34 176.34 157 -
System Red Green Blue C M Y K H S L
Decimal 194 116 239 0.19 0.51 0 0.06 278.05 0.79 0.7
Hex C2 74 EF 13 33 0 6 116 4F 46
Octal 302 164 357 23 63 0 6 426 117 106
Binary 11000010 1110100 11101111 10011 110011 0 110 100010110 1001111 1000110

Color Harmonies of #C274EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274EF

Black with #C274EF

Text Example


Text Example

White with #C274EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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