Html Css Color HEX #C18CDB Wisteria

📋 copy color: '#C18CDB'

red 193 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #C18CDB

Tints of Wisteria #C18CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 34.96%
G = 25.36%
B = 39.67%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C18CDB (or 0xC18CDB) is known color: Wisteria. HEX triplet: C1, 8C and DB. RGB value is (193,140,219). Sum of RGB (Red+Green+Blue) = 193+140+219=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C18CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CDB is #3E7324. Grayscale: #A4A4A4. Windows color (decimal): -4092709 or 14388417. OLE color: 14388417.

HSL color Cylindrical-coordinate representation of color #C18CDB: hue angle of 280.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18CDB is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 140 219 -
CMYK 0.12 0.36 0 0.14
HSL 280.25º 0.52% 0.7% -
HSV(B) 280.25º 0.36% 0.86% -
XYZ 44.16 35.21 71.49 -
YUV 164.85 158.56 148.08 -
System Red Green Blue C M Y K H S L
Decimal 193 140 219 0.12 0.36 0 0.14 280.25 0.52 0.7
Hex C1 8C DB C 24 0 E 118 34 46
Octal 301 214 333 14 44 0 16 430 64 106
Binary 11000001 10001100 11011011 1100 100100 0 1110 100011000 110100 1000110

Color Harmonies of #C18CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CDB

Black with #C18CDB

Text Example


Text Example

White with #C18CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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