Html Css Color HEX #C18BEB Wisteria

📋 copy color: '#C18BEB'

red 193 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #C18BEB

Tints of Wisteria #C18BEB

RGB

 RED value IS 193 (75.78% from 255) = 34.04%

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

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

R = 34.04%
G = 24.51%
B = 41.45%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C18BEB (or 0xC18BEB) is known color: Wisteria. HEX triplet: C1, 8B and EB. RGB value is (193,139,235). Sum of RGB (Red+Green+Blue) = 193+139+235=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #C18BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BEB is #3E7414. Grayscale: #A5A5A5. Windows color (decimal): -4092949 or 15436737. OLE color: 15436737.

HSL color Cylindrical-coordinate representation of color #C18BEB: hue angle of 273.75º 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 #C18BEB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 139 235 -
CMYK 0.18 0.41 0 0.08
HSL 273.75º 0.71% 0.73% -
HSV(B) 273.75º 0.41% 0.92% -
XYZ 46.22 35.8 83.07 -
YUV 166.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 193 139 235 0.18 0.41 0 0.08 273.75 0.71 0.73
Hex C1 8B EB 12 29 0 8 112 47 49
Octal 301 213 353 22 51 0 10 422 107 111
Binary 11000001 10001011 11101011 10010 101001 0 1000 100010010 1000111 1001001

Color Harmonies of #C18BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BEB

Black with #C18BEB

Text Example


Text Example

White with #C18BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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