Html Css Color HEX #C297DA Wisteria

📋 copy color: '#C297DA'

red 194 ◦ green 151 ◦ blue 218

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

Shades of Wisteria #C297DA

Tints of Wisteria #C297DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 34.46%
G = 26.82%
B = 38.72%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C297DA (or 0xC297DA) is known color: Wisteria. HEX triplet: C2, 97 and DA. RGB value is (194,151,218). Sum of RGB (Red+Green+Blue) = 194+151+218=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #C297DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C297DA is #3D6825. Grayscale: #ABABAB. Windows color (decimal): -4024358 or 14325698. OLE color: 14325698.

HSL color Cylindrical-coordinate representation of color #C297DA: hue angle of 278.51º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C297DA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 151 218 -
CMYK 0.11 0.31 0 0.15
HSL 278.51º 0.48% 0.72% -
HSV(B) 278.51º 0.31% 0.85% -
XYZ 45.97 38.66 71.37 -
YUV 171.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 194 151 218 0.11 0.31 0 0.15 278.51 0.48 0.72
Hex C2 97 DA B 1F 0 F 117 30 48
Octal 302 227 332 13 37 0 17 427 60 110
Binary 11000010 10010111 11011010 1011 11111 0 1111 100010111 110000 1001000

Color Harmonies of #C297DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C297DA

Black with #C297DA

Text Example


Text Example

White with #C297DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C297DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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