Html Css Color HEX #C38DDC Wisteria

📋 copy color: '#C38DDC'

red 195 ◦ green 141 ◦ blue 220

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

Shades of Wisteria #C38DDC

Tints of Wisteria #C38DDC

RGB

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

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

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

R = 35.07%
G = 25.36%
B = 39.57%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C38DDC (or 0xC38DDC) is known color: Wisteria. HEX triplet: C3, 8D and DC. RGB value is (195,141,220). Sum of RGB (Red+Green+Blue) = 195+141+220=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C38DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DDC is #3C7223. Grayscale: #A5A5A5. Windows color (decimal): -3961380 or 14454211. OLE color: 14454211.

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

Color convert

RGB 195 141 220 -
CMYK 0.11 0.36 0 0.14
HSL 281.01º 0.53% 0.71% -
HSV(B) 281.01º 0.36% 0.86% -
XYZ 44.95 35.82 72.25 -
YUV 166.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 195 141 220 0.11 0.36 0 0.14 281.01 0.53 0.71
Hex C3 8D DC B 24 0 E 119 35 47
Octal 303 215 334 13 44 0 16 431 65 107
Binary 11000011 10001101 11011100 1011 100100 0 1110 100011001 110101 1000111

Color Harmonies of #C38DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DDC

Black with #C38DDC

Text Example


Text Example

White with #C38DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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