Html Css Color HEX #C38DD0 Wisteria

📋 copy color: '#C38DD0'

red 195 ◦ green 141 ◦ blue 208

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

Shades of Wisteria #C38DD0

Tints of Wisteria #C38DD0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 35.85%
G = 25.92%
B = 38.24%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C38DD0 (or 0xC38DD0) is known color: Wisteria. HEX triplet: C3, 8D and D0. RGB value is (195,141,208). Sum of RGB (Red+Green+Blue) = 195+141+208=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #C38DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DD0 is #3C722F. Grayscale: #A4A4A4. Windows color (decimal): -3961392 or 13667779. OLE color: 13667779.

HSL color Cylindrical-coordinate representation of color #C38DD0: hue angle of 288.36º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38DD0 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 141 208 -
CMYK 0.06 0.32 0 0.18
HSL 288.36º 0.42% 0.68% -
HSV(B) 288.36º 0.32% 0.82% -
XYZ 43.42 35.21 64.18 -
YUV 164.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 195 141 208 0.06 0.32 0 0.18 288.36 0.42 0.68
Hex C3 8D D0 6 20 0 12 120 2A 44
Octal 303 215 320 6 40 0 22 440 52 104
Binary 11000011 10001101 11010000 110 100000 0 10010 100100000 101010 1000100

Color Harmonies of #C38DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DD0

Black with #C38DD0

Text Example


Text Example

White with #C38DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DD0; }

 p { color: rgb(195,141,208); }

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

background-color css

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

 a { background-color: rgb(195,141,208); }

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

border-color css

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

 span { border-color: rgb(195,141,208); }

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