Html Css Color HEX #C18CEB Wisteria

📋 copy color: '#C18CEB'

red 193 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #C18CEB

Tints of Wisteria #C18CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.65%

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

R = 33.98%
G = 24.65%
B = 41.37%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C18CEB (or 0xC18CEB) is known color: Wisteria. HEX triplet: C1, 8C and EB. RGB value is (193,140,235). Sum of RGB (Red+Green+Blue) = 193+140+235=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #C18CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18CEB is #3E7314. Grayscale: #A6A6A6. Windows color (decimal): -4092693 or 15436993. OLE color: 15436993.

HSL color Cylindrical-coordinate representation of color #C18CEB: hue angle of 273.47º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18CEB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 140 235 -
CMYK 0.18 0.40 0 0.08
HSL 273.47º 0.7% 0.74% -
HSV(B) 273.47º 0.4% 0.92% -
XYZ 46.37 36.09 83.12 -
YUV 166.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 193 140 235 0.18 0.40 0 0.08 273.47 0.7 0.74
Hex C1 8C EB 12 28 0 8 111 46 4A
Octal 301 214 353 22 50 0 10 421 106 112
Binary 11000001 10001100 11101011 10010 101000 0 1000 100010001 1000110 1001010

Color Harmonies of #C18CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CEB

Black with #C18CEB

Text Example


Text Example

White with #C18CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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