Html Css Color HEX #C296D7 Wisteria

📋 copy color: '#C296D7'

red 194 ◦ green 150 ◦ blue 215

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

Shades of Wisteria #C296D7

Tints of Wisteria #C296D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.46%

R = 34.7%
G = 26.83%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C296D7 (or 0xC296D7) is known color: Wisteria. HEX triplet: C2, 96 and D7. RGB value is (194,150,215). Sum of RGB (Red+Green+Blue) = 194+150+215=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #C296D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296D7 is #3D6928. Grayscale: #AAAAAA. Windows color (decimal): -4024617 or 14128834. OLE color: 14128834.

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

Color convert

RGB 194 150 215 -
CMYK 0.10 0.30 0 0.16
HSL 280.62º 0.45% 0.72% -
HSV(B) 280.62º 0.3% 0.84% -
XYZ 45.42 38.19 69.27 -
YUV 170.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 194 150 215 0.10 0.30 0 0.16 280.62 0.45 0.72
Hex C2 96 D7 A 1E 0 10 119 2D 48
Octal 302 226 327 12 36 0 20 431 55 110
Binary 11000010 10010110 11010111 1010 11110 0 10000 100011001 101101 1001000

Color Harmonies of #C296D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296D7

Black with #C296D7

Text Example


Text Example

White with #C296D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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