Html Css Color HEX #C388DD Wisteria

📋 copy color: '#C388DD'

red 195 ◦ green 136 ◦ blue 221

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

Shades of Wisteria #C388DD

Tints of Wisteria #C388DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 35.33%
G = 24.64%
B = 40.04%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C388DD (or 0xC388DD) is known color: Wisteria. HEX triplet: C3, 88 and DD. RGB value is (195,136,221). Sum of RGB (Red+Green+Blue) = 195+136+221=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #C388DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388DD is #3C7722. Grayscale: #A3A3A3. Windows color (decimal): -3962659 or 14518467. OLE color: 14518467.

HSL color Cylindrical-coordinate representation of color #C388DD: hue angle of 281.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C388DD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 136 221 -
CMYK 0.12 0.38 0 0.13
HSL 281.65º 0.56% 0.7% -
HSV(B) 281.65º 0.38% 0.87% -
XYZ 44.36 34.43 72.71 -
YUV 163.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 195 136 221 0.12 0.38 0 0.13 281.65 0.56 0.7
Hex C3 88 DD C 26 0 D 11A 38 46
Octal 303 210 335 14 46 0 15 432 70 106
Binary 11000011 10001000 11011101 1100 100110 0 1101 100011010 111000 1000110

Color Harmonies of #C388DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388DD

Black with #C388DD

Text Example


Text Example

White with #C388DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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