Html Css Color HEX #C278EE Heliotrope

📋 copy color: '#C278EE'

red 194 ◦ green 120 ◦ blue 238

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

Shades of Heliotrope #C278EE

Tints of Heliotrope #C278EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.74%

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

R = 35.14%
G = 21.74%
B = 43.12%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C278EE (or 0xC278EE) is known color: Heliotrope. HEX triplet: C2, 78 and EE. RGB value is (194,120,238). Sum of RGB (Red+Green+Blue) = 194+120+238=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #C278EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278EE is #3D8711. Grayscale: #9B9B9B. Windows color (decimal): -4032274 or 15628482. OLE color: 15628482.

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

Color convert

RGB 194 120 238 -
CMYK 0.18 0.50 0 0.07
HSL 277.63º 0.78% 0.7% -
HSV(B) 277.63º 0.5% 0.93% -
XYZ 44.4 31.08 84.55 -
YUV 155.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 194 120 238 0.18 0.50 0 0.07 277.63 0.78 0.7
Hex C2 78 EE 12 32 0 7 116 4E 46
Octal 302 170 356 22 62 0 7 426 116 106
Binary 11000010 1111000 11101110 10010 110010 0 111 100010110 1001110 1000110

Color Harmonies of #C278EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278EE

Black with #C278EE

Text Example


Text Example

White with #C278EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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