Html Css Color HEX #C38BDC Wisteria

📋 copy color: '#C38BDC'

red 195 ◦ green 139 ◦ blue 220

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

Shades of Wisteria #C38BDC

Tints of Wisteria #C38BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 35.2%
G = 25.09%
B = 39.71%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C38BDC (or 0xC38BDC) is known color: Wisteria. HEX triplet: C3, 8B and DC. RGB value is (195,139,220). Sum of RGB (Red+Green+Blue) = 195+139+220=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #C38BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BDC is #3C7423. Grayscale: #A4A4A4. Windows color (decimal): -3961892 or 14453699. OLE color: 14453699.

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

Color convert

RGB 195 139 220 -
CMYK 0.11 0.37 0 0.14
HSL 281.48º 0.54% 0.7% -
HSV(B) 281.48º 0.37% 0.86% -
XYZ 44.66 35.23 72.16 -
YUV 164.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 195 139 220 0.11 0.37 0 0.14 281.48 0.54 0.7
Hex C3 8B DC B 25 0 E 119 36 46
Octal 303 213 334 13 45 0 16 431 66 106
Binary 11000011 10001011 11011100 1011 100101 0 1110 100011001 110110 1000110

Color Harmonies of #C38BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BDC

Black with #C38BDC

Text Example


Text Example

White with #C38BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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