Html Css Color HEX #C274EE Heliotrope

📋 copy color: '#C274EE'

red 194 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #C274EE

Tints of Heliotrope #C274EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 35.4%
G = 21.17%
B = 43.43%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C274EE (or 0xC274EE) is known color: Heliotrope. HEX triplet: C2, 74 and EE. RGB value is (194,116,238). Sum of RGB (Red+Green+Blue) = 194+116+238=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C274EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274EE is #3D8B11. Grayscale: #989898. Windows color (decimal): -4033298 or 15627458. OLE color: 15627458.

HSL color Cylindrical-coordinate representation of color #C274EE: hue angle of 278.36º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C274EE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 116 238 -
CMYK 0.18 0.51 0 0.07
HSL 278.36º 0.78% 0.69% -
HSV(B) 278.36º 0.51% 0.93% -
XYZ 43.93 30.13 84.39 -
YUV 153.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 194 116 238 0.18 0.51 0 0.07 278.36 0.78 0.69
Hex C2 74 EE 12 33 0 7 116 4E 45
Octal 302 164 356 22 63 0 7 426 116 105
Binary 11000010 1110100 11101110 10010 110011 0 111 100010110 1001110 1000101

Color Harmonies of #C274EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C274EE

Black with #C274EE

Text Example


Text Example

White with #C274EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C274EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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