Html Css Color HEX #C278E5 Heliotrope

📋 copy color: '#C278E5'

red 194 ◦ green 120 ◦ blue 229

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

Shades of Heliotrope #C278E5

Tints of Heliotrope #C278E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.17%

R = 35.73%
G = 22.1%
B = 42.17%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C278E5 (or 0xC278E5) is known color: Heliotrope. HEX triplet: C2, 78 and E5. RGB value is (194,120,229). Sum of RGB (Red+Green+Blue) = 194+120+229=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #C278E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278E5 is #3D871A. Grayscale: #9A9A9A. Windows color (decimal): -4032283 or 15038658. OLE color: 15038658.

HSL color Cylindrical-coordinate representation of color #C278E5: hue angle of 280.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C278E5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 120 229 -
CMYK 0.15 0.48 0 0.10
HSL 280.73º 0.68% 0.68% -
HSV(B) 280.73º 0.48% 0.9% -
XYZ 43.11 30.56 77.76 -
YUV 154.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 194 120 229 0.15 0.48 0 0.10 280.73 0.68 0.68
Hex C2 78 E5 F 30 0 A 119 44 44
Octal 302 170 345 17 60 0 12 431 104 104
Binary 11000010 1111000 11100101 1111 110000 0 1010 100011001 1000100 1000100

Color Harmonies of #C278E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278E5

Black with #C278E5

Text Example


Text Example

White with #C278E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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