Html Css Color HEX #C296D5 Wisteria

📋 copy color: '#C296D5'

red 194 ◦ green 150 ◦ blue 213

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

Shades of Wisteria #C296D5

Tints of Wisteria #C296D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 34.83%
G = 26.93%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C296D5 (or 0xC296D5) is known color: Wisteria. HEX triplet: C2, 96 and D5. RGB value is (194,150,213). Sum of RGB (Red+Green+Blue) = 194+150+213=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C296D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296D5 is #3D692A. Grayscale: #AAAAAA. Windows color (decimal): -4024619 or 13997762. OLE color: 13997762.

HSL color Cylindrical-coordinate representation of color #C296D5: hue angle of 281.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C296D5 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 150 213 -
CMYK 0.09 0.30 0 0.16
HSL 281.9º 0.43% 0.71% -
HSV(B) 281.9º 0.3% 0.84% -
XYZ 45.16 38.09 67.92 -
YUV 170.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 194 150 213 0.09 0.30 0 0.16 281.9 0.43 0.71
Hex C2 96 D5 9 1E 0 10 11A 2B 47
Octal 302 226 325 11 36 0 20 432 53 107
Binary 11000010 10010110 11010101 1001 11110 0 10000 100011010 101011 1000111

Color Harmonies of #C296D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296D5

Black with #C296D5

Text Example


Text Example

White with #C296D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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