Html Css Color HEX #C296E0 Wisteria

📋 copy color: '#C296E0'

red 194 ◦ green 150 ◦ blue 224

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

Shades of Wisteria #C296E0

Tints of Wisteria #C296E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 34.15%
G = 26.41%
B = 39.44%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C296E0 (or 0xC296E0) is known color: Wisteria. HEX triplet: C2, 96 and E0. RGB value is (194,150,224). Sum of RGB (Red+Green+Blue) = 194+150+224=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #C296E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296E0 is #3D691F. Grayscale: #ABABAB. Windows color (decimal): -4024608 or 14718658. OLE color: 14718658.

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

Color convert

RGB 194 150 224 -
CMYK 0.13 0.33 0 0.12
HSL 275.68º 0.54% 0.73% -
HSV(B) 275.68º 0.33% 0.88% -
XYZ 46.61 38.66 75.53 -
YUV 171.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 194 150 224 0.13 0.33 0 0.12 275.68 0.54 0.73
Hex C2 96 E0 D 21 0 C 114 36 49
Octal 302 226 340 15 41 0 14 424 66 111
Binary 11000010 10010110 11100000 1101 100001 0 1100 100010100 110110 1001001

Color Harmonies of #C296E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C296E0

Black with #C296E0

Text Example


Text Example

White with #C296E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C296E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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