Html Css Color HEX #C297D0 Wisteria

📋 copy color: '#C297D0'

red 194 ◦ green 151 ◦ blue 208

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

Shades of Wisteria #C297D0

Tints of Wisteria #C297D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 35.08%
G = 27.31%
B = 37.61%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C297D0 (or 0xC297D0) is known color: Wisteria. HEX triplet: C2, 97 and D0. RGB value is (194,151,208). Sum of RGB (Red+Green+Blue) = 194+151+208=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #C297D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297D0 is #3D682F. Grayscale: #AAAAAA. Windows color (decimal): -4024368 or 13670338. OLE color: 13670338.

HSL color Cylindrical-coordinate representation of color #C297D0: hue angle of 285.26º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C297D0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 151 208 -
CMYK 0.07 0.27 0 0.18
HSL 285.26º 0.38% 0.7% -
HSV(B) 285.26º 0.27% 0.82% -
XYZ 44.7 38.16 64.68 -
YUV 170.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 194 151 208 0.07 0.27 0 0.18 285.26 0.38 0.7
Hex C2 97 D0 7 1B 0 12 11D 26 46
Octal 302 227 320 7 33 0 22 435 46 106
Binary 11000010 10010111 11010000 111 11011 0 10010 100011101 100110 1000110

Color Harmonies of #C297D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297D0

Black with #C297D0

Text Example


Text Example

White with #C297D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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