Html Css Color HEX #C388D3 Wisteria

📋 copy color: '#C388D3'

red 195 ◦ green 136 ◦ blue 211

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

Shades of Wisteria #C388D3

Tints of Wisteria #C388D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.93%

R = 35.98%
G = 25.09%
B = 38.93%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C388D3 (or 0xC388D3) is known color: Wisteria. HEX triplet: C3, 88 and D3. RGB value is (195,136,211). Sum of RGB (Red+Green+Blue) = 195+136+211=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #C388D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388D3 is #3C772C. Grayscale: #A1A1A1. Windows color (decimal): -3962669 or 13863107. OLE color: 13863107.

HSL color Cylindrical-coordinate representation of color #C388D3: hue angle of 287.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C388D3 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 136 211 -
CMYK 0.08 0.36 0 0.17
HSL 287.2º 0.46% 0.68% -
HSV(B) 287.2º 0.36% 0.83% -
XYZ 43.07 33.91 65.9 -
YUV 162.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 195 136 211 0.08 0.36 0 0.17 287.2 0.46 0.68
Hex C3 88 D3 8 24 0 11 11F 2E 44
Octal 303 210 323 10 44 0 21 437 56 104
Binary 11000011 10001000 11010011 1000 100100 0 10001 100011111 101110 1000100

Color Harmonies of #C388D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388D3

Black with #C388D3

Text Example


Text Example

White with #C388D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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