Html Css Color HEX #C388D1 Wisteria

📋 copy color: '#C388D1'

red 195 ◦ green 136 ◦ blue 209

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

Shades of Wisteria #C388D1

Tints of Wisteria #C388D1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.19%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 36.11%
G = 25.19%
B = 38.7%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C388D1 (or 0xC388D1) is known color: Wisteria. HEX triplet: C3, 88 and D1. RGB value is (195,136,209). Sum of RGB (Red+Green+Blue) = 195+136+209=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #C388D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388D1 is #3C772E. Grayscale: #A1A1A1. Windows color (decimal): -3962671 or 13732035. OLE color: 13732035.

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

Color convert

RGB 195 136 209 -
CMYK 0.07 0.35 0 0.18
HSL 288.49º 0.44% 0.68% -
HSV(B) 288.49º 0.35% 0.82% -
XYZ 42.82 33.81 64.59 -
YUV 161.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 195 136 209 0.07 0.35 0 0.18 288.49 0.44 0.68
Hex C3 88 D1 7 23 0 12 120 2C 44
Octal 303 210 321 7 43 0 22 440 54 104
Binary 11000011 10001000 11010001 111 100011 0 10010 100100000 101100 1000100

Color Harmonies of #C388D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388D1

Black with #C388D1

Text Example


Text Example

White with #C388D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388D1; }

 p { color: rgb(195,136,209); }

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

background-color css

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

 a { background-color: rgb(195,136,209); }

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

border-color css

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

 span { border-color: rgb(195,136,209); }

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