Html Css Color HEX #C38EDB Wisteria

📋 copy color: '#C38EDB'

red 195 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #C38EDB

Tints of Wisteria #C38EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.54%

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

R = 35.07%
G = 25.54%
B = 39.39%

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

#C38EDB (or 0xC38EDB) is known color: Wisteria. HEX triplet: C3, 8E and DB. RGB value is (195,142,219). Sum of RGB (Red+Green+Blue) = 195+142+219=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C38EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EDB is #3C7124. Grayscale: #A6A6A6. Windows color (decimal): -3961125 or 14388931. OLE color: 14388931.

HSL color Cylindrical-coordinate representation of color #C38EDB: hue angle of 281.3º degrees, saturation: 0.52, 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 #C38EDB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 142 219 -
CMYK 0.11 0.35 0 0.14
HSL 281.3º 0.52% 0.71% -
HSV(B) 281.3º 0.35% 0.86% -
XYZ 44.96 36.06 71.61 -
YUV 166.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 195 142 219 0.11 0.35 0 0.14 281.3 0.52 0.71
Hex C3 8E DB B 23 0 E 119 34 47
Octal 303 216 333 13 43 0 16 431 64 107
Binary 11000011 10001110 11011011 1011 100011 0 1110 100011001 110100 1000111

Color Harmonies of #C38EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EDB

Black with #C38EDB

Text Example


Text Example

White with #C38EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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