Html Css Color HEX #C38BDA Wisteria

📋 copy color: '#C38BDA'

red 195 ◦ green 139 ◦ blue 218

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

Shades of Wisteria #C38BDA

Tints of Wisteria #C38BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 35.33%
G = 25.18%
B = 39.49%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C38BDA (or 0xC38BDA) is known color: Wisteria. HEX triplet: C3, 8B and DA. RGB value is (195,139,218). Sum of RGB (Red+Green+Blue) = 195+139+218=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #C38BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BDA is #3C7425. Grayscale: #A4A4A4. Windows color (decimal): -3961894 or 14322627. OLE color: 14322627.

HSL color Cylindrical-coordinate representation of color #C38BDA: hue angle of 282.53º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38BDA is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 139 218 -
CMYK 0.11 0.36 0 0.15
HSL 282.53º 0.52% 0.7% -
HSV(B) 282.53º 0.36% 0.85% -
XYZ 44.39 35.13 70.77 -
YUV 164.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 195 139 218 0.11 0.36 0 0.15 282.53 0.52 0.7
Hex C3 8B DA B 24 0 F 11B 34 46
Octal 303 213 332 13 44 0 17 433 64 106
Binary 11000011 10001011 11011010 1011 100100 0 1111 100011011 110100 1000110

Color Harmonies of #C38BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BDA

Black with #C38BDA

Text Example


Text Example

White with #C38BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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