Html Css Color HEX #C297D6 Wisteria

📋 copy color: '#C297D6'

red 194 ◦ green 151 ◦ blue 214

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

Shades of Wisteria #C297D6

Tints of Wisteria #C297D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 34.7%
G = 27.01%
B = 38.28%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C297D6 (or 0xC297D6) is known color: Wisteria. HEX triplet: C2, 97 and D6. RGB value is (194,151,214). Sum of RGB (Red+Green+Blue) = 194+151+214=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #C297D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297D6 is #3D6829. Grayscale: #AAAAAA. Windows color (decimal): -4024362 or 14063554. OLE color: 14063554.

HSL color Cylindrical-coordinate representation of color #C297D6: hue angle of 280.95º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C297D6 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 151 214 -
CMYK 0.09 0.29 0 0.16
HSL 280.95º 0.43% 0.72% -
HSV(B) 280.95º 0.29% 0.84% -
XYZ 45.45 38.46 68.65 -
YUV 171.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 194 151 214 0.09 0.29 0 0.16 280.95 0.43 0.72
Hex C2 97 D6 9 1D 0 10 119 2B 48
Octal 302 227 326 11 35 0 20 431 53 110
Binary 11000010 10010111 11010110 1001 11101 0 10000 100011001 101011 1001000

Color Harmonies of #C297D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297D6

Black with #C297D6

Text Example


Text Example

White with #C297D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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