Html Css Color HEX #C38DDF Wisteria

📋 copy color: '#C38DDF'

red 195 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #C38DDF

Tints of Wisteria #C38DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.22%

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 34.88%
G = 25.22%
B = 39.89%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C38DDF (or 0xC38DDF) is known color: Wisteria. HEX triplet: C3, 8D and DF. RGB value is (195,141,223). Sum of RGB (Red+Green+Blue) = 195+141+223=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C38DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DDF is #3C7220. Grayscale: #A6A6A6. Windows color (decimal): -3961377 or 14650819. OLE color: 14650819.

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

Color convert

RGB 195 141 223 -
CMYK 0.13 0.37 0 0.13
HSL 279.51º 0.56% 0.71% -
HSV(B) 279.51º 0.37% 0.87% -
XYZ 45.35 35.98 74.37 -
YUV 166.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 195 141 223 0.13 0.37 0 0.13 279.51 0.56 0.71
Hex C3 8D DF D 25 0 D 118 38 47
Octal 303 215 337 15 45 0 15 430 70 107
Binary 11000011 10001101 11011111 1101 100101 0 1101 100011000 111000 1000111

Color Harmonies of #C38DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DDF

Black with #C38DDF

Text Example


Text Example

White with #C38DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DDF; }

 p { color: rgb(195,141,223); }

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

background-color css

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

 a { background-color: rgb(195,141,223); }

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

border-color css

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

 span { border-color: rgb(195,141,223); }

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