Html Css Color HEX #C388D4 Wisteria

📋 copy color: '#C388D4'

red 195 ◦ green 136 ◦ blue 212

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

Shades of Wisteria #C388D4

Tints of Wisteria #C388D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.04%

R = 35.91%
G = 25.05%
B = 39.04%

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

#C388D4 (or 0xC388D4) is known color: Wisteria. HEX triplet: C3, 88 and D4. RGB value is (195,136,212). Sum of RGB (Red+Green+Blue) = 195+136+212=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #C388D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388D4 is #3C772B. Grayscale: #A2A2A2. Windows color (decimal): -3962668 or 13928643. OLE color: 13928643.

HSL color Cylindrical-coordinate representation of color #C388D4: hue angle of 286.58º degrees, saturation: 0.47, 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 #C388D4 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 136 212 -
CMYK 0.08 0.36 0 0.17
HSL 286.58º 0.47% 0.68% -
HSV(B) 286.58º 0.36% 0.83% -
XYZ 43.19 33.96 66.57 -
YUV 162.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 195 136 212 0.08 0.36 0 0.17 286.58 0.47 0.68
Hex C3 88 D4 8 24 0 11 11F 2F 44
Octal 303 210 324 10 44 0 21 437 57 104
Binary 11000011 10001000 11010100 1000 100100 0 10001 100011111 101111 1000100

Color Harmonies of #C388D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388D4

Black with #C388D4

Text Example


Text Example

White with #C388D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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