Html Css Color HEX #C296D2 Wisteria

📋 copy color: '#C296D2'

red 194 ◦ green 150 ◦ blue 210

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

Shades of Wisteria #C296D2

Tints of Wisteria #C296D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.91%

R = 35.02%
G = 27.08%
B = 37.91%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C296D2 (or 0xC296D2) is known color: Wisteria. HEX triplet: C2, 96 and D2. RGB value is (194,150,210). Sum of RGB (Red+Green+Blue) = 194+150+210=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #C296D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296D2 is #3D692D. Grayscale: #A9A9A9. Windows color (decimal): -4024622 or 13801154. OLE color: 13801154.

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

Color convert

RGB 194 150 210 -
CMYK 0.08 0.29 0 0.18
HSL 284º 0.4% 0.71% -
HSV(B) 284º 0.29% 0.82% -
XYZ 44.79 37.94 65.93 -
YUV 170 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 194 150 210 0.08 0.29 0 0.18 284 0.4 0.71
Hex C2 96 D2 8 1D 0 12 11C 28 47
Octal 302 226 322 10 35 0 22 434 50 107
Binary 11000010 10010110 11010010 1000 11101 0 10010 100011100 101000 1000111

Color Harmonies of #C296D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296D2

Black with #C296D2

Text Example


Text Example

White with #C296D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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