Html Css Color HEX #C297DF Wisteria

📋 copy color: '#C297DF'

red 194 ◦ green 151 ◦ blue 223

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

Shades of Wisteria #C297DF

Tints of Wisteria #C297DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.58%

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

R = 34.15%
G = 26.58%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C297DF (or 0xC297DF) is known color: Wisteria. HEX triplet: C2, 97 and DF. RGB value is (194,151,223). Sum of RGB (Red+Green+Blue) = 194+151+223=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C297DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DF is #3D6820. Grayscale: #ABABAB. Windows color (decimal): -4024353 or 14653378. OLE color: 14653378.

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

Color convert

RGB 194 151 223 -
CMYK 0.13 0.32 0 0.13
HSL 275.83º 0.53% 0.73% -
HSV(B) 275.83º 0.32% 0.87% -
XYZ 46.63 38.93 74.87 -
YUV 172.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 194 151 223 0.13 0.32 0 0.13 275.83 0.53 0.73
Hex C2 97 DF D 20 0 D 114 35 49
Octal 302 227 337 15 40 0 15 424 65 111
Binary 11000010 10010111 11011111 1101 100000 0 1101 100010100 110101 1001001

Color Harmonies of #C297DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297DF

Black with #C297DF

Text Example


Text Example

White with #C297DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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