Html Css Color HEX #C388DB Wisteria

📋 copy color: '#C388DB'

red 195 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #C388DB

Tints of Wisteria #C388DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 35.45%
G = 24.73%
B = 39.82%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C388DB (or 0xC388DB) is known color: Wisteria. HEX triplet: C3, 88 and DB. RGB value is (195,136,219). Sum of RGB (Red+Green+Blue) = 195+136+219=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #C388DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388DB is #3C7724. Grayscale: #A2A2A2. Windows color (decimal): -3962661 or 14387395. OLE color: 14387395.

HSL color Cylindrical-coordinate representation of color #C388DB: hue angle of 282.65º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C388DB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 136 219 -
CMYK 0.11 0.38 0 0.14
HSL 282.65º 0.54% 0.7% -
HSV(B) 282.65º 0.38% 0.86% -
XYZ 44.1 34.32 71.32 -
YUV 163.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 195 136 219 0.11 0.38 0 0.14 282.65 0.54 0.7
Hex C3 88 DB B 26 0 E 11B 36 46
Octal 303 210 333 13 46 0 16 433 66 106
Binary 11000011 10001000 11011011 1011 100110 0 1110 100011011 110110 1000110

Color Harmonies of #C388DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388DB

Black with #C388DB

Text Example


Text Example

White with #C388DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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