Html Css Color HEX #C297DD Wisteria

📋 copy color: '#C297DD'

red 194 ◦ green 151 ◦ blue 221

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

Shades of Wisteria #C297DD

Tints of Wisteria #C297DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 34.28%
G = 26.68%
B = 39.05%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C297DD (or 0xC297DD) is known color: Wisteria. HEX triplet: C2, 97 and DD. RGB value is (194,151,221). Sum of RGB (Red+Green+Blue) = 194+151+221=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C297DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DD is #3D6822. Grayscale: #ABABAB. Windows color (decimal): -4024355 or 14522306. OLE color: 14522306.

HSL color Cylindrical-coordinate representation of color #C297DD: hue angle of 276.86º degrees, saturation: 0.51, 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 #C297DD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 151 221 -
CMYK 0.12 0.32 0 0.13
HSL 276.86º 0.51% 0.73% -
HSV(B) 276.86º 0.32% 0.87% -
XYZ 46.37 38.82 73.46 -
YUV 171.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 194 151 221 0.12 0.32 0 0.13 276.86 0.51 0.73
Hex C2 97 DD C 20 0 D 115 33 49
Octal 302 227 335 14 40 0 15 425 63 111
Binary 11000010 10010111 11011101 1100 100000 0 1101 100010101 110011 1001001

Color Harmonies of #C297DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297DD

Black with #C297DD

Text Example


Text Example

White with #C297DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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