Html Css Color HEX #C273F0 Heliotrope

📋 copy color: '#C273F0'

red 194 ◦ green 115 ◦ blue 240

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

Shades of Heliotrope #C273F0

Tints of Heliotrope #C273F0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.95%

 BLUE value IS 240 (94.14% from 255) = 43.72%

R = 35.34%
G = 20.95%
B = 43.72%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C273F0 (or 0xC273F0) is known color: Heliotrope. HEX triplet: C2, 73 and F0. RGB value is (194,115,240). Sum of RGB (Red+Green+Blue) = 194+115+240=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #C273F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273F0 is #3D8C0F. Grayscale: #989898. Windows color (decimal): -4033552 or 15758274. OLE color: 15758274.

HSL color Cylindrical-coordinate representation of color #C273F0: hue angle of 277.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C273F0 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 115 240 -
CMYK 0.19 0.52 0 0.06
HSL 277.92º 0.81% 0.7% -
HSV(B) 277.92º 0.52% 0.94% -
XYZ 44.11 30.02 85.91 -
YUV 152.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 194 115 240 0.19 0.52 0 0.06 277.92 0.81 0.7
Hex C2 73 F0 13 34 0 6 116 51 46
Octal 302 163 360 23 64 0 6 426 121 106
Binary 11000010 1110011 11110000 10011 110100 0 110 100010110 1010001 1000110

Color Harmonies of #C273F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273F0

Black with #C273F0

Text Example


Text Example

White with #C273F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273F0; }

 p { color: rgb(194,115,240); }

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

background-color css

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

 a { background-color: rgb(194,115,240); }

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

border-color css

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

 span { border-color: rgb(194,115,240); }

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