Html Css Color HEX #C291EC Wisteria

📋 copy color: '#C291EC'

red 194 ◦ green 145 ◦ blue 236

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

Shades of Wisteria #C291EC

Tints of Wisteria #C291EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.22%

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

R = 33.74%
G = 25.22%
B = 41.04%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C291EC (or 0xC291EC) is known color: Wisteria. HEX triplet: C2, 91 and EC. RGB value is (194,145,236). Sum of RGB (Red+Green+Blue) = 194+145+236=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C291EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291EC is #3D6E13. Grayscale: #A9A9A9. Windows color (decimal): -4025876 or 15503810. OLE color: 15503810.

HSL color Cylindrical-coordinate representation of color #C291EC: hue angle of 272.31º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C291EC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 145 236 -
CMYK 0.18 0.39 0 0.07
HSL 272.31º 0.71% 0.75% -
HSV(B) 272.31º 0.39% 0.93% -
XYZ 47.51 37.78 84.14 -
YUV 170.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 194 145 236 0.18 0.39 0 0.07 272.31 0.71 0.75
Hex C2 91 EC 12 27 0 7 110 47 4B
Octal 302 221 354 22 47 0 7 420 107 113
Binary 11000010 10010001 11101100 10010 100111 0 111 100010000 1000111 1001011

Color Harmonies of #C291EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291EC

Black with #C291EC

Text Example


Text Example

White with #C291EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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