Html Css Color HEX #C275F6 Heliotrope

📋 copy color: '#C275F6'

red 194 ◦ green 117 ◦ blue 246

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

Shades of Heliotrope #C275F6

Tints of Heliotrope #C275F6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.01%

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 34.83%
G = 21.01%
B = 44.17%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C275F6 (or 0xC275F6) is known color: Heliotrope. HEX triplet: C2, 75 and F6. RGB value is (194,117,246). Sum of RGB (Red+Green+Blue) = 194+117+246=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #C275F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275F6 is #3D8A09. Grayscale: #9A9A9A. Windows color (decimal): -4033034 or 16152002. OLE color: 16152002.

HSL color Cylindrical-coordinate representation of color #C275F6: hue angle of 275.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C275F6 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 117 246 -
CMYK 0.21 0.52 0 0.04
HSL 275.81º 0.88% 0.71% -
HSV(B) 275.81º 0.52% 0.96% -
XYZ 45.24 30.85 90.76 -
YUV 154.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 194 117 246 0.21 0.52 0 0.04 275.81 0.88 0.71
Hex C2 75 F6 15 34 0 4 114 58 47
Octal 302 165 366 25 64 0 4 424 130 107
Binary 11000010 1110101 11110110 10101 110100 0 100 100010100 1011000 1000111

Color Harmonies of #C275F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275F6

Black with #C275F6

Text Example


Text Example

White with #C275F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275F6; }

 p { color: rgb(194,117,246); }

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

background-color css

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

 a { background-color: rgb(194,117,246); }

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

border-color css

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

 span { border-color: rgb(194,117,246); }

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