Html Css Color HEX #C296D3 Wisteria

📋 copy color: '#C296D3'

red 194 ◦ green 150 ◦ blue 211

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

Shades of Wisteria #C296D3

Tints of Wisteria #C296D3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.03%

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 34.95%
G = 27.03%
B = 38.02%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C296D3 (or 0xC296D3) is known color: Wisteria. HEX triplet: C2, 96 and D3. RGB value is (194,150,211). Sum of RGB (Red+Green+Blue) = 194+150+211=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #C296D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296D3 is #3D692C. Grayscale: #A9A9A9. Windows color (decimal): -4024621 or 13866690. OLE color: 13866690.

HSL color Cylindrical-coordinate representation of color #C296D3: hue angle of 283.28º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C296D3 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 150 211 -
CMYK 0.08 0.29 0 0.17
HSL 283.28º 0.41% 0.71% -
HSV(B) 283.28º 0.29% 0.83% -
XYZ 44.91 37.99 66.59 -
YUV 170.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 194 150 211 0.08 0.29 0 0.17 283.28 0.41 0.71
Hex C2 96 D3 8 1D 0 11 11B 29 47
Octal 302 226 323 10 35 0 21 433 51 107
Binary 11000010 10010110 11010011 1000 11101 0 10001 100011011 101001 1000111

Color Harmonies of #C296D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296D3

Black with #C296D3

Text Example


Text Example

White with #C296D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296D3; }

 p { color: rgb(194,150,211); }

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

background-color css

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

 a { background-color: rgb(194,150,211); }

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

border-color css

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

 span { border-color: rgb(194,150,211); }

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