Html Css Color HEX #C296DF Wisteria

📋 copy color: '#C296DF'

red 194 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #C296DF

Tints of Wisteria #C296DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 34.22%
G = 26.46%
B = 39.33%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C296DF (or 0xC296DF) is known color: Wisteria. HEX triplet: C2, 96 and DF. RGB value is (194,150,223). Sum of RGB (Red+Green+Blue) = 194+150+223=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #C296DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DF is #3D6920. Grayscale: #ABABAB. Windows color (decimal): -4024609 or 14653122. OLE color: 14653122.

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

Color convert

RGB 194 150 223 -
CMYK 0.13 0.33 0 0.13
HSL 276.16º 0.53% 0.73% -
HSV(B) 276.16º 0.33% 0.87% -
XYZ 46.47 38.61 74.82 -
YUV 171.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 194 150 223 0.13 0.33 0 0.13 276.16 0.53 0.73
Hex C2 96 DF D 21 0 D 114 35 49
Octal 302 226 337 15 41 0 15 424 65 111
Binary 11000010 10010110 11011111 1101 100001 0 1101 100010100 110101 1001001

Color Harmonies of #C296DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296DF

Black with #C296DF

Text Example


Text Example

White with #C296DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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