Html Css Color HEX #C291EF Wisteria

📋 copy color: '#C291EF'

red 194 ◦ green 145 ◦ blue 239

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

Shades of Wisteria #C291EF

Tints of Wisteria #C291EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 33.56%
G = 25.09%
B = 41.35%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C291EF (or 0xC291EF) is known color: Wisteria. HEX triplet: C2, 91 and EF. RGB value is (194,145,239). Sum of RGB (Red+Green+Blue) = 194+145+239=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C291EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291EF is #3D6E10. Grayscale: #AAAAAA. Windows color (decimal): -4025873 or 15700418. OLE color: 15700418.

HSL color Cylindrical-coordinate representation of color #C291EF: hue angle of 271.28º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C291EF is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 145 239 -
CMYK 0.19 0.39 0 0.06
HSL 271.28º 0.75% 0.75% -
HSV(B) 271.28º 0.39% 0.94% -
XYZ 47.95 37.95 86.46 -
YUV 170.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 194 145 239 0.19 0.39 0 0.06 271.28 0.75 0.75
Hex C2 91 EF 13 27 0 6 10F 4B 4B
Octal 302 221 357 23 47 0 6 417 113 113
Binary 11000010 10010001 11101111 10011 100111 0 110 100001111 1001011 1001011

Color Harmonies of #C291EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291EF

Black with #C291EF

Text Example


Text Example

White with #C291EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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