Html Css Color HEX #C38EE8 Wisteria

📋 copy color: '#C38EE8'

red 195 ◦ green 142 ◦ blue 232

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

Shades of Wisteria #C38EE8

Tints of Wisteria #C38EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.77%

R = 34.27%
G = 24.96%
B = 40.77%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C38EE8 (or 0xC38EE8) is known color: Wisteria. HEX triplet: C3, 8E and E8. RGB value is (195,142,232). Sum of RGB (Red+Green+Blue) = 195+142+232=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #C38EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EE8 is #3C7117. Grayscale: #A7A7A7. Windows color (decimal): -3961112 or 15240899. OLE color: 15240899.

HSL color Cylindrical-coordinate representation of color #C38EE8: hue angle of 275.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38EE8 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 142 232 -
CMYK 0.16 0.39 0 0.09
HSL 275.33º 0.66% 0.73% -
HSV(B) 275.33º 0.39% 0.91% -
XYZ 46.74 36.77 80.98 -
YUV 168.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 195 142 232 0.16 0.39 0 0.09 275.33 0.66 0.73
Hex C3 8E E8 10 27 0 9 113 42 49
Octal 303 216 350 20 47 0 11 423 102 111
Binary 11000011 10001110 11101000 10000 100111 0 1001 100010011 1000010 1001001

Color Harmonies of #C38EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EE8

Black with #C38EE8

Text Example


Text Example

White with #C38EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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