Html Css Color HEX #C383D6 Wisteria

📋 copy color: '#C383D6'

red 195 ◦ green 131 ◦ blue 214

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

Shades of Wisteria #C383D6

Tints of Wisteria #C383D6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.26%

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 36.11%
G = 24.26%
B = 39.63%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C383D6 (or 0xC383D6) is known color: Wisteria. HEX triplet: C3, 83 and D6. RGB value is (195,131,214). Sum of RGB (Red+Green+Blue) = 195+131+214=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #C383D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383D6 is #3C7C29. Grayscale: #9F9F9F. Windows color (decimal): -3963946 or 14058435. OLE color: 14058435.

HSL color Cylindrical-coordinate representation of color #C383D6: hue angle of 286.27º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C383D6 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 131 214 -
CMYK 0.09 0.39 0 0.16
HSL 286.27º 0.5% 0.68% -
HSV(B) 286.27º 0.39% 0.84% -
XYZ 42.76 32.69 67.67 -
YUV 159.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 195 131 214 0.09 0.39 0 0.16 286.27 0.5 0.68
Hex C3 83 D6 9 27 0 10 11E 32 44
Octal 303 203 326 11 47 0 20 436 62 104
Binary 11000011 10000011 11010110 1001 100111 0 10000 100011110 110010 1000100

Color Harmonies of #C383D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C383D6

Black with #C383D6

Text Example


Text Example

White with #C383D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C383D6; }

 p { color: rgb(195,131,214); }

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

background-color css

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

 a { background-color: rgb(195,131,214); }

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

border-color css

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

 span { border-color: rgb(195,131,214); }

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