Html Css Color HEX #C38EE5 Wisteria

📋 copy color: '#C38EE5'

red 195 ◦ green 142 ◦ blue 229

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

Shades of Wisteria #C38EE5

Tints of Wisteria #C38EE5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.09%

 BLUE value IS 229 (89.84% from 255) = 40.46%

R = 34.45%
G = 25.09%
B = 40.46%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C38EE5 (or 0xC38EE5) is known color: Wisteria. HEX triplet: C3, 8E and E5. RGB value is (195,142,229). Sum of RGB (Red+Green+Blue) = 195+142+229=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #C38EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EE5 is #3C711A. Grayscale: #A7A7A7. Windows color (decimal): -3961115 or 15044291. OLE color: 15044291.

HSL color Cylindrical-coordinate representation of color #C38EE5: hue angle of 276.55º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38EE5 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 142 229 -
CMYK 0.15 0.38 0 0.10
HSL 276.55º 0.63% 0.73% -
HSV(B) 276.55º 0.38% 0.9% -
XYZ 46.32 36.61 78.75 -
YUV 167.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 195 142 229 0.15 0.38 0 0.10 276.55 0.63 0.73
Hex C3 8E E5 F 26 0 A 115 3F 49
Octal 303 216 345 17 46 0 12 425 77 111
Binary 11000011 10001110 11100101 1111 100110 0 1010 100010101 111111 1001001

Color Harmonies of #C38EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EE5

Black with #C38EE5

Text Example


Text Example

White with #C38EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EE5; }

 p { color: rgb(195,142,229); }

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

background-color css

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

 a { background-color: rgb(195,142,229); }

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

border-color css

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

 span { border-color: rgb(195,142,229); }

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