Html Css Color HEX #C38DDD Wisteria

📋 copy color: '#C38DDD'

red 195 ◦ green 141 ◦ blue 221

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

Shades of Wisteria #C38DDD

Tints of Wisteria #C38DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 35.01%
G = 25.31%
B = 39.68%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C38DDD (or 0xC38DDD) is known color: Wisteria. HEX triplet: C3, 8D and DD. RGB value is (195,141,221). Sum of RGB (Red+Green+Blue) = 195+141+221=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C38DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DDD is #3C7222. Grayscale: #A6A6A6. Windows color (decimal): -3961379 or 14519747. OLE color: 14519747.

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

Color convert

RGB 195 141 221 -
CMYK 0.12 0.36 0 0.13
HSL 280.5º 0.54% 0.71% -
HSV(B) 280.5º 0.36% 0.87% -
XYZ 45.08 35.87 72.95 -
YUV 166.27 158.89 148.5 -
System Red Green Blue C M Y K H S L
Decimal 195 141 221 0.12 0.36 0 0.13 280.5 0.54 0.71
Hex C3 8D DD C 24 0 D 118 36 47
Octal 303 215 335 14 44 0 15 430 66 107
Binary 11000011 10001101 11011101 1100 100100 0 1101 100011000 110110 1000111

Color Harmonies of #C38DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DDD

Black with #C38DDD

Text Example


Text Example

White with #C38DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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