Html Css Color HEX #C38DE3 Wisteria

📋 copy color: '#C38DE3'

red 195 ◦ green 141 ◦ blue 227

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

Shades of Wisteria #C38DE3

Tints of Wisteria #C38DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.32%

R = 34.64%
G = 25.04%
B = 40.32%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C38DE3 (or 0xC38DE3) is known color: Wisteria. HEX triplet: C3, 8D and E3. RGB value is (195,141,227). Sum of RGB (Red+Green+Blue) = 195+141+227=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 227 (89.06% from 255 or 40.32% from 563); Max value from RGB is 227 - color contains mainly: blue. Hex color #C38DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DE3 is #3C721C. Grayscale: #A6A6A6. Windows color (decimal): -3961373 or 14912963. OLE color: 14912963.

HSL color Cylindrical-coordinate representation of color #C38DE3: hue angle of 277.67º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38DE3 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 141 227 -
CMYK 0.14 0.38 0 0.11
HSL 277.67º 0.61% 0.72% -
HSV(B) 277.67º 0.38% 0.89% -
XYZ 45.9 36.2 77.24 -
YUV 166.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 195 141 227 0.14 0.38 0 0.11 277.67 0.61 0.72
Hex C3 8D E3 E 26 0 B 116 3D 48
Octal 303 215 343 16 46 0 13 426 75 110
Binary 11000011 10001101 11100011 1110 100110 0 1011 100010110 111101 1001000

Color Harmonies of #C38DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DE3

Black with #C38DE3

Text Example


Text Example

White with #C38DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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