Html Css Color HEX #C291ED Wisteria

📋 copy color: '#C291ED'

red 194 ◦ green 145 ◦ blue 237

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

Shades of Wisteria #C291ED

Tints of Wisteria #C291ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 33.68%
G = 25.17%
B = 41.15%

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

#C291ED (or 0xC291ED) is known color: Wisteria. HEX triplet: C2, 91 and ED. RGB value is (194,145,237). Sum of RGB (Red+Green+Blue) = 194+145+237=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #C291ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291ED is #3D6E12. Grayscale: #A9A9A9. Windows color (decimal): -4025875 or 15569346. OLE color: 15569346.

HSL color Cylindrical-coordinate representation of color #C291ED: hue angle of 271.96º degrees, saturation: 0.72, 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 #C291ED is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 145 237 -
CMYK 0.18 0.39 0 0.07
HSL 271.96º 0.72% 0.75% -
HSV(B) 271.96º 0.39% 0.93% -
XYZ 47.66 37.83 84.91 -
YUV 170.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 194 145 237 0.18 0.39 0 0.07 271.96 0.72 0.75
Hex C2 91 ED 12 27 0 7 110 48 4B
Octal 302 221 355 22 47 0 7 420 110 113
Binary 11000010 10010001 11101101 10010 100111 0 111 100010000 1001000 1001011

Color Harmonies of #C291ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291ED

Black with #C291ED

Text Example


Text Example

White with #C291ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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