Html Css Color HEX #C274EA Heliotrope

📋 copy color: '#C274EA'

red 194 ◦ green 116 ◦ blue 234

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

Shades of Heliotrope #C274EA

Tints of Heliotrope #C274EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 35.66%
G = 21.32%
B = 43.01%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C274EA (or 0xC274EA) is known color: Heliotrope. HEX triplet: C2, 74 and EA. RGB value is (194,116,234). Sum of RGB (Red+Green+Blue) = 194+116+234=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #C274EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274EA is #3D8B15. Grayscale: #989898. Windows color (decimal): -4033302 or 15365314. OLE color: 15365314.

HSL color Cylindrical-coordinate representation of color #C274EA: hue angle of 279.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C274EA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 116 234 -
CMYK 0.17 0.50 0 0.08
HSL 279.66º 0.74% 0.69% -
HSV(B) 279.66º 0.5% 0.92% -
XYZ 43.34 29.9 81.33 -
YUV 152.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 194 116 234 0.17 0.50 0 0.08 279.66 0.74 0.69
Hex C2 74 EA 11 32 0 8 118 4A 45
Octal 302 164 352 21 62 0 10 430 112 105
Binary 11000010 1110100 11101010 10001 110010 0 1000 100011000 1001010 1000101

Color Harmonies of #C274EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274EA

Black with #C274EA

Text Example


Text Example

White with #C274EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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