Html Css Color HEX #C388EC Wisteria

📋 copy color: '#C388EC'

red 195 ◦ green 136 ◦ blue 236

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

Shades of Wisteria #C388EC

Tints of Wisteria #C388EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 34.39%
G = 23.99%
B = 41.62%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C388EC (or 0xC388EC) is known color: Wisteria. HEX triplet: C3, 88 and EC. RGB value is (195,136,236). Sum of RGB (Red+Green+Blue) = 195+136+236=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C388EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C388EC is #3C7713. Grayscale: #A4A4A4. Windows color (decimal): -3962644 or 15501507. OLE color: 15501507.

HSL color Cylindrical-coordinate representation of color #C388EC: hue angle of 275.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C388EC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 136 236 -
CMYK 0.17 0.42 0 0.07
HSL 275.4º 0.72% 0.73% -
HSV(B) 275.4º 0.42% 0.93% -
XYZ 46.45 35.27 83.72 -
YUV 165.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 195 136 236 0.17 0.42 0 0.07 275.4 0.72 0.73
Hex C3 88 EC 11 2A 0 7 113 48 49
Octal 303 210 354 21 52 0 7 423 110 111
Binary 11000011 10001000 11101100 10001 101010 0 111 100010011 1001000 1001001

Color Harmonies of #C388EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388EC

Black with #C388EC

Text Example


Text Example

White with #C388EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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