Html Css Color HEX #C291DD Wisteria

📋 copy color: '#C291DD'

red 194 ◦ green 145 ◦ blue 221

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

Shades of Wisteria #C291DD

Tints of Wisteria #C291DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 34.64%
G = 25.89%
B = 39.46%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C291DD (or 0xC291DD) is known color: Wisteria. HEX triplet: C2, 91 and DD. RGB value is (194,145,221). Sum of RGB (Red+Green+Blue) = 194+145+221=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C291DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291DD is #3D6E22. Grayscale: #A8A8A8. Windows color (decimal): -4025891 or 14520770. OLE color: 14520770.

HSL color Cylindrical-coordinate representation of color #C291DD: hue angle of 278.68º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C291DD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 145 221 -
CMYK 0.12 0.34 0 0.13
HSL 278.68º 0.53% 0.72% -
HSV(B) 278.68º 0.34% 0.87% -
XYZ 45.42 36.94 73.14 -
YUV 168.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 194 145 221 0.12 0.34 0 0.13 278.68 0.53 0.72
Hex C2 91 DD C 22 0 D 117 35 48
Octal 302 221 335 14 42 0 15 427 65 110
Binary 11000010 10010001 11011101 1100 100010 0 1101 100010111 110101 1001000

Color Harmonies of #C291DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291DD

Black with #C291DD

Text Example


Text Example

White with #C291DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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