Html Css Color HEX #C275EC Heliotrope

📋 copy color: '#C275EC'

red 194 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #C275EC

Tints of Heliotrope #C275EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 35.47%
G = 21.39%
B = 43.14%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C275EC (or 0xC275EC) is known color: Heliotrope. HEX triplet: C2, 75 and EC. RGB value is (194,117,236). Sum of RGB (Red+Green+Blue) = 194+117+236=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #C275EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275EC is #3D8A13. Grayscale: #999999. Windows color (decimal): -4033044 or 15496642. OLE color: 15496642.

HSL color Cylindrical-coordinate representation of color #C275EC: hue angle of 278.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C275EC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 117 236 -
CMYK 0.18 0.50 0 0.07
HSL 278.82º 0.76% 0.69% -
HSV(B) 278.82º 0.5% 0.93% -
XYZ 43.75 30.25 82.89 -
YUV 153.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 194 117 236 0.18 0.50 0 0.07 278.82 0.76 0.69
Hex C2 75 EC 12 32 0 7 117 4C 45
Octal 302 165 354 22 62 0 7 427 114 105
Binary 11000010 1110101 11101100 10010 110010 0 111 100010111 1001100 1000101

Color Harmonies of #C275EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C275EC

Black with #C275EC

Text Example


Text Example

White with #C275EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C275EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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