Html Css Color HEX #C38DDE Wisteria

📋 copy color: '#C38DDE'

red 195 ◦ green 141 ◦ blue 222

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

Shades of Wisteria #C38DDE

Tints of Wisteria #C38DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 34.95%
G = 25.27%
B = 39.78%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C38DDE (or 0xC38DDE) is known color: Wisteria. HEX triplet: C3, 8D and DE. RGB value is (195,141,222). Sum of RGB (Red+Green+Blue) = 195+141+222=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #C38DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DDE is #3C7221. Grayscale: #A6A6A6. Windows color (decimal): -3961378 or 14585283. OLE color: 14585283.

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

Color convert

RGB 195 141 222 -
CMYK 0.12 0.36 0 0.13
HSL 280º 0.55% 0.71% -
HSV(B) 280º 0.36% 0.87% -
XYZ 45.22 35.93 73.66 -
YUV 166.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 195 141 222 0.12 0.36 0 0.13 280 0.55 0.71
Hex C3 8D DE C 24 0 D 118 37 47
Octal 303 215 336 14 44 0 15 430 67 107
Binary 11000011 10001101 11011110 1100 100100 0 1101 100011000 110111 1000111

Color Harmonies of #C38DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DDE

Black with #C38DDE

Text Example


Text Example

White with #C38DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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