Html Css Color HEX #C3A6CF Wisteria

📋 copy color: '#C3A6CF'

red 195 ◦ green 166 ◦ blue 207

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

Shades of Wisteria #C3A6CF

Tints of Wisteria #C3A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.23%

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 34.33%
G = 29.23%
B = 36.44%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3A6CF (or 0xC3A6CF) is known color: Wisteria. HEX triplet: C3, A6 and CF. RGB value is (195,166,207). Sum of RGB (Red+Green+Blue) = 195+166+207=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6CF is #3C5930. Grayscale: #B3B3B3. Windows color (decimal): -3954993 or 13608643. OLE color: 13608643.

HSL color Cylindrical-coordinate representation of color #C3A6CF: hue angle of 282.44º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3A6CF is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 166 207 -
CMYK 0.06 0.20 0 0.19
HSL 282.44º 0.3% 0.73% -
HSV(B) 282.44º 0.2% 0.81% -
XYZ 47.4 43.38 64.91 -
YUV 179.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 195 166 207 0.06 0.20 0 0.19 282.44 0.3 0.73
Hex C3 A6 CF 6 14 0 13 11A 1E 49
Octal 303 246 317 6 24 0 23 432 36 111
Binary 11000011 10100110 11001111 110 10100 0 10011 100011010 11110 1001001

Color Harmonies of #C3A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6CF

Black with #C3A6CF

Text Example


Text Example

White with #C3A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6CF; }

 p { color: rgb(195,166,207); }

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

background-color css

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

 a { background-color: rgb(195,166,207); }

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

border-color css

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

 span { border-color: rgb(195,166,207); }

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