Html Css Color HEX #C38BDD Wisteria

📋 copy color: '#C38BDD'

red 195 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #C38BDD

Tints of Wisteria #C38BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 35.14%
G = 25.05%
B = 39.82%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C38BDD (or 0xC38BDD) is known color: Wisteria. HEX triplet: C3, 8B and DD. RGB value is (195,139,221). Sum of RGB (Red+Green+Blue) = 195+139+221=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C38BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BDD is #3C7422. Grayscale: #A4A4A4. Windows color (decimal): -3961891 or 14519235. OLE color: 14519235.

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

Color convert

RGB 195 139 221 -
CMYK 0.12 0.37 0 0.13
HSL 280.98º 0.55% 0.71% -
HSV(B) 280.98º 0.37% 0.87% -
XYZ 44.79 35.29 72.86 -
YUV 165.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 195 139 221 0.12 0.37 0 0.13 280.98 0.55 0.71
Hex C3 8B DD C 25 0 D 119 37 47
Octal 303 213 335 14 45 0 15 431 67 107
Binary 11000011 10001011 11011101 1100 100101 0 1101 100011001 110111 1000111

Color Harmonies of #C38BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BDD

Black with #C38BDD

Text Example


Text Example

White with #C38BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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