Html Css Color HEX #C3A5CC Wisteria

📋 copy color: '#C3A5CC'

red 195 ◦ green 165 ◦ blue 204

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

Shades of Wisteria #C3A5CC

Tints of Wisteria #C3A5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.26%

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 34.57%
G = 29.26%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3A5CC (or 0xC3A5CC) is known color: Wisteria. HEX triplet: C3, A5 and CC. RGB value is (195,165,204). Sum of RGB (Red+Green+Blue) = 195+165+204=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3A5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5CC is #3C5A33. Grayscale: #B2B2B2. Windows color (decimal): -3955252 or 13411779. OLE color: 13411779.

HSL color Cylindrical-coordinate representation of color #C3A5CC: hue angle of 286.15º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3A5CC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 165 204 -
CMYK 0.04 0.19 0 0.2
HSL 286.15º 0.28% 0.72% -
HSV(B) 286.15º 0.19% 0.8% -
XYZ 46.86 42.87 62.93 -
YUV 178.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 195 165 204 0.04 0.19 0 0.2 286.15 0.28 0.72
Hex C3 A5 CC 4 13 0 14 11E 1C 48
Octal 303 245 314 4 23 0 24 436 34 110
Binary 11000011 10100101 11001100 100 10011 0 10100 100011110 11100 1001000

Color Harmonies of #C3A5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5CC

Black with #C3A5CC

Text Example


Text Example

White with #C3A5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5CC; }

 p { color: rgb(195,165,204); }

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

background-color css

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

 a { background-color: rgb(195,165,204); }

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

border-color css

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

 span { border-color: rgb(195,165,204); }

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