Html Css Color HEX #C18CE1 Wisteria

📋 copy color: '#C18CE1'

red 193 ◦ green 140 ◦ blue 225

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

Shades of Wisteria #C18CE1

Tints of Wisteria #C18CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 34.59%
G = 25.09%
B = 40.32%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C18CE1 (or 0xC18CE1) is known color: Wisteria. HEX triplet: C1, 8C and E1. RGB value is (193,140,225). Sum of RGB (Red+Green+Blue) = 193+140+225=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #C18CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CE1 is #3E731E. Grayscale: #A5A5A5. Windows color (decimal): -4092703 or 14781633. OLE color: 14781633.

HSL color Cylindrical-coordinate representation of color #C18CE1: hue angle of 277.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18CE1 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 140 225 -
CMYK 0.14 0.38 0 0.12
HSL 277.41º 0.59% 0.72% -
HSV(B) 277.41º 0.38% 0.88% -
XYZ 44.96 35.53 75.72 -
YUV 165.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 193 140 225 0.14 0.38 0 0.12 277.41 0.59 0.72
Hex C1 8C E1 E 26 0 C 115 3B 48
Octal 301 214 341 16 46 0 14 425 73 110
Binary 11000001 10001100 11100001 1110 100110 0 1100 100010101 111011 1001000

Color Harmonies of #C18CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CE1

Black with #C18CE1

Text Example


Text Example

White with #C18CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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