Html Css Color HEX #C38FDB Wisteria

📋 copy color: '#C38FDB'

red 195 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #C38FDB

Tints of Wisteria #C38FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.67%

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 35.01%
G = 25.67%
B = 39.32%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C38FDB (or 0xC38FDB) is known color: Wisteria. HEX triplet: C3, 8F and DB. RGB value is (195,143,219). Sum of RGB (Red+Green+Blue) = 195+143+219=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C38FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FDB is #3C7024. Grayscale: #A6A6A6. Windows color (decimal): -3960869 or 14389187. OLE color: 14389187.

HSL color Cylindrical-coordinate representation of color #C38FDB: hue angle of 281.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C38FDB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 143 219 -
CMYK 0.11 0.35 0 0.14
HSL 281.05º 0.51% 0.71% -
HSV(B) 281.05º 0.35% 0.86% -
XYZ 45.11 36.36 71.66 -
YUV 167.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 195 143 219 0.11 0.35 0 0.14 281.05 0.51 0.71
Hex C3 8F DB B 23 0 E 119 33 47
Octal 303 217 333 13 43 0 16 431 63 107
Binary 11000011 10001111 11011011 1011 100011 0 1110 100011001 110011 1000111

Color Harmonies of #C38FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FDB

Black with #C38FDB

Text Example


Text Example

White with #C38FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FDB; }

 p { color: rgb(195,143,219); }

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

background-color css

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

 a { background-color: rgb(195,143,219); }

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

border-color css

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

 span { border-color: rgb(195,143,219); }

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