Html Css Color HEX #C296E2 Wisteria

📋 copy color: '#C296E2'

red 194 ◦ green 150 ◦ blue 226

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

Shades of Wisteria #C296E2

Tints of Wisteria #C296E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.65%

R = 34.04%
G = 26.32%
B = 39.65%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C296E2 (or 0xC296E2) is known color: Wisteria. HEX triplet: C2, 96 and E2. RGB value is (194,150,226). Sum of RGB (Red+Green+Blue) = 194+150+226=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #C296E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296E2 is #3D691D. Grayscale: #ABABAB. Windows color (decimal): -4024606 or 14849730. OLE color: 14849730.

HSL color Cylindrical-coordinate representation of color #C296E2: hue angle of 274.74º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C296E2 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 150 226 -
CMYK 0.14 0.34 0 0.11
HSL 274.74º 0.57% 0.74% -
HSV(B) 274.74º 0.34% 0.89% -
XYZ 46.88 38.77 76.96 -
YUV 171.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 194 150 226 0.14 0.34 0 0.11 274.74 0.57 0.74
Hex C2 96 E2 E 22 0 B 113 39 4A
Octal 302 226 342 16 42 0 13 423 71 112
Binary 11000010 10010110 11100010 1110 100010 0 1011 100010011 111001 1001010

Color Harmonies of #C296E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296E2

Black with #C296E2

Text Example


Text Example

White with #C296E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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