Html Css Color HEX #C18BEE Wisteria

📋 copy color: '#C18BEE'

red 193 ◦ green 139 ◦ blue 238

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

Shades of Wisteria #C18BEE

Tints of Wisteria #C18BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 33.86%
G = 24.39%
B = 41.75%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C18BEE (or 0xC18BEE) is known color: Wisteria. HEX triplet: C1, 8B and EE. RGB value is (193,139,238). Sum of RGB (Red+Green+Blue) = 193+139+238=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #C18BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BEE is #3E7411. Grayscale: #A6A6A6. Windows color (decimal): -4092946 or 15633345. OLE color: 15633345.

HSL color Cylindrical-coordinate representation of color #C18BEE: hue angle of 272.73º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18BEE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 139 238 -
CMYK 0.19 0.42 0 0.07
HSL 272.73º 0.74% 0.74% -
HSV(B) 272.73º 0.42% 0.93% -
XYZ 46.66 35.98 85.37 -
YUV 166.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 193 139 238 0.19 0.42 0 0.07 272.73 0.74 0.74
Hex C1 8B EE 13 2A 0 7 111 4A 4A
Octal 301 213 356 23 52 0 7 421 112 112
Binary 11000001 10001011 11101110 10011 101010 0 111 100010001 1001010 1001010

Color Harmonies of #C18BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BEE

Black with #C18BEE

Text Example


Text Example

White with #C18BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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