Html Css Color HEX #C275F1 Heliotrope

📋 copy color: '#C275F1'

red 194 ◦ green 117 ◦ blue 241

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

Shades of Heliotrope #C275F1

Tints of Heliotrope #C275F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 35.14%
G = 21.2%
B = 43.66%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C275F1 (or 0xC275F1) is known color: Heliotrope. HEX triplet: C2, 75 and F1. RGB value is (194,117,241). Sum of RGB (Red+Green+Blue) = 194+117+241=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #C275F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275F1 is #3D8A0E. Grayscale: #999999. Windows color (decimal): -4033039 or 15824322. OLE color: 15824322.

HSL color Cylindrical-coordinate representation of color #C275F1: hue angle of 277.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C275F1 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 117 241 -
CMYK 0.20 0.51 0 0.05
HSL 277.26º 0.82% 0.7% -
HSV(B) 277.26º 0.51% 0.95% -
XYZ 44.49 30.54 86.77 -
YUV 154.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 194 117 241 0.20 0.51 0 0.05 277.26 0.82 0.7
Hex C2 75 F1 14 33 0 5 115 52 46
Octal 302 165 361 24 63 0 5 425 122 106
Binary 11000010 1110101 11110001 10100 110011 0 101 100010101 1010010 1000110

Color Harmonies of #C275F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275F1

Black with #C275F1

Text Example


Text Example

White with #C275F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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