Html Css Color HEX #C278FD Heliotrope

📋 copy color: '#C278FD'

red 194 ◦ green 120 ◦ blue 253

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

Shades of Heliotrope #C278FD

Tints of Heliotrope #C278FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 34.22%
G = 21.16%
B = 44.62%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C278FD (or 0xC278FD) is known color: Heliotrope. HEX triplet: C2, 78 and FD. RGB value is (194,120,253). Sum of RGB (Red+Green+Blue) = 194+120+253=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C278FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C278FD is #3D8702. Grayscale: #9C9C9C. Windows color (decimal): -4032259 or 16611522. OLE color: 16611522.

HSL color Cylindrical-coordinate representation of color #C278FD: hue angle of 273.38º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C278FD is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 120 253 -
CMYK 0.23 0.53 0 0.01
HSL 273.38º 0.97% 0.73% -
HSV(B) 273.38º 0.53% 0.99% -
XYZ 46.69 31.99 96.64 -
YUV 157.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 194 120 253 0.23 0.53 0 0.01 273.38 0.97 0.73
Hex C2 78 FD 17 35 0 1 111 61 49
Octal 302 170 375 27 65 0 1 421 141 111
Binary 11000010 1111000 11111101 10111 110101 0 1 100010001 1100001 1001001

Color Harmonies of #C278FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278FD

Black with #C278FD

Text Example


Text Example

White with #C278FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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