Html Css Color HEX #C38BEB Wisteria

📋 copy color: '#C38BEB'

red 195 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #C38BEB

Tints of Wisteria #C38BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.43%

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 34.27%
G = 24.43%
B = 41.3%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C38BEB (or 0xC38BEB) is known color: Wisteria. HEX triplet: C3, 8B and EB. RGB value is (195,139,235). Sum of RGB (Red+Green+Blue) = 195+139+235=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #C38BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38BEB is #3C7414. Grayscale: #A6A6A6. Windows color (decimal): -3961877 or 15436739. OLE color: 15436739.

HSL color Cylindrical-coordinate representation of color #C38BEB: hue angle of 275º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38BEB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 139 235 -
CMYK 0.17 0.41 0 0.08
HSL 275º 0.71% 0.73% -
HSV(B) 275º 0.41% 0.92% -
XYZ 46.73 36.07 83.1 -
YUV 166.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 195 139 235 0.17 0.41 0 0.08 275 0.71 0.73
Hex C3 8B EB 11 29 0 8 113 47 49
Octal 303 213 353 21 51 0 10 423 107 111
Binary 11000011 10001011 11101011 10001 101001 0 1000 100010011 1000111 1001001

Color Harmonies of #C38BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BEB

Black with #C38BEB

Text Example


Text Example

White with #C38BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BEB; }

 p { color: rgb(195,139,235); }

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

background-color css

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

 a { background-color: rgb(195,139,235); }

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

border-color css

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

 span { border-color: rgb(195,139,235); }

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