Html Css Color HEX #C3A2D3 Wisteria

📋 copy color: '#C3A2D3'

red 195 ◦ green 162 ◦ blue 211

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

Shades of Wisteria #C3A2D3

Tints of Wisteria #C3A2D3

RGB

 RED value IS 195 (76.56% from 255) = 34.33%

 GREEN value IS 162 (63.67% from 255) = 28.52%

 BLUE value IS 211 (82.81% from 255) = 37.15%

R = 34.33%
G = 28.52%
B = 37.15%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C3A2D3 (or 0xC3A2D3) is known color: Wisteria. HEX triplet: C3, A2 and D3. RGB value is (195,162,211). Sum of RGB (Red+Green+Blue) = 195+162+211=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #C3A2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2D3 is #3C5D2C. Grayscale: #B1B1B1. Windows color (decimal): -3956013 or 13869763. OLE color: 13869763.

HSL color Cylindrical-coordinate representation of color #C3A2D3: hue angle of 280.41º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3A2D3 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 162 211 -
CMYK 0.08 0.23 0 0.17
HSL 280.41º 0.36% 0.73% -
HSV(B) 280.41º 0.23% 0.83% -
XYZ 47.18 42.15 67.28 -
YUV 177.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 195 162 211 0.08 0.23 0 0.17 280.41 0.36 0.73
Hex C3 A2 D3 8 17 0 11 118 24 49
Octal 303 242 323 10 27 0 21 430 44 111
Binary 11000011 10100010 11010011 1000 10111 0 10001 100011000 100100 1001001

Color Harmonies of #C3A2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A2D3

Black with #C3A2D3

Text Example


Text Example

White with #C3A2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A2D3; }

 p { color: rgb(195,162,211); }

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

background-color css

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

 a { background-color: rgb(195,162,211); }

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

border-color css

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

 span { border-color: rgb(195,162,211); }

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