Html Css Color HEX #C273FF Heliotrope

📋 copy color: '#C273FF'

red 194 ◦ green 115 ◦ blue 255

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

Shades of Heliotrope #C273FF

Tints of Heliotrope #C273FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 34.4%
G = 20.39%
B = 45.21%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C273FF (or 0xC273FF) is known color: Heliotrope. HEX triplet: C2, 73 and FF. RGB value is (194,115,255). Sum of RGB (Red+Green+Blue) = 194+115+255=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C273FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273FF is #3D8C00. Grayscale: #9A9A9A. Windows color (decimal): -4033537 or 16741314. OLE color: 16741314.

HSL color Cylindrical-coordinate representation of color #C273FF: hue angle of 273.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C273FF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 115 255 -
CMYK 0.24 0.55 0 0
HSL 273.86º 1% 0.73% -
HSV(B) 273.86º 0.55% 1% -
XYZ 46.43 30.95 98.13 -
YUV 154.58 184.67 156.12 -
System Red Green Blue C M Y K H S L
Decimal 194 115 255 0.24 0.55 0 0 273.86 1 0.73
Hex C2 73 FF 18 37 0 0 112 64 49
Octal 302 163 377 30 67 0 0 422 144 111
Binary 11000010 1110011 11111111 11000 110111 0 0 100010010 1100100 1001001

Color Harmonies of #C273FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273FF

Black with #C273FF

Text Example


Text Example

White with #C273FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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