Html Css Color HEX #C38BDF Wisteria

📋 copy color: '#C38BDF'

red 195 ◦ green 139 ◦ blue 223

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

Shades of Wisteria #C38BDF

Tints of Wisteria #C38BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.96%

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

R = 35.01%
G = 24.96%
B = 40.04%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C38BDF (or 0xC38BDF) is known color: Wisteria. HEX triplet: C3, 8B and DF. RGB value is (195,139,223). Sum of RGB (Red+Green+Blue) = 195+139+223=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #C38BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BDF is #3C7420. Grayscale: #A5A5A5. Windows color (decimal): -3961889 or 14650307. OLE color: 14650307.

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

Color convert

RGB 195 139 223 -
CMYK 0.13 0.38 0 0.13
HSL 280º 0.57% 0.71% -
HSV(B) 280º 0.38% 0.87% -
XYZ 45.06 35.4 74.27 -
YUV 165.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 195 139 223 0.13 0.38 0 0.13 280 0.57 0.71
Hex C3 8B DF D 26 0 D 118 39 47
Octal 303 213 337 15 46 0 15 430 71 107
Binary 11000011 10001011 11011111 1101 100110 0 1101 100011000 111001 1000111

Color Harmonies of #C38BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BDF

Black with #C38BDF

Text Example


Text Example

White with #C38BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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