Html Css Color HEX #C2A3D0 Wisteria

📋 copy color: '#C2A3D0'

red 194 ◦ green 163 ◦ blue 208

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

Shades of Wisteria #C2A3D0

Tints of Wisteria #C2A3D0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.85%

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

R = 34.34%
G = 28.85%
B = 36.81%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2A3D0 (or 0xC2A3D0) is known color: Wisteria. HEX triplet: C2, A3 and D0. RGB value is (194,163,208). Sum of RGB (Red+Green+Blue) = 194+163+208=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A3D0 is #3D5C2F. Grayscale: #B1B1B1. Windows color (decimal): -4021296 or 13673410. OLE color: 13673410.

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

Color convert

RGB 194 163 208 -
CMYK 0.07 0.22 0 0.18
HSL 281.33º 0.32% 0.73% -
HSV(B) 281.33º 0.22% 0.82% -
XYZ 46.73 42.22 65.36 -
YUV 177.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 194 163 208 0.07 0.22 0 0.18 281.33 0.32 0.73
Hex C2 A3 D0 7 16 0 12 119 20 49
Octal 302 243 320 7 26 0 22 431 40 111
Binary 11000010 10100011 11010000 111 10110 0 10010 100011001 100000 1001001

Color Harmonies of #C2A3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A3D0

Black with #C2A3D0

Text Example


Text Example

White with #C2A3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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