Html Css Color HEX #C18FE1 Wisteria

📋 copy color: '#C18FE1'

red 193 ◦ green 143 ◦ blue 225

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

Shades of Wisteria #C18FE1

Tints of Wisteria #C18FE1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

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

R = 34.4%
G = 25.49%
B = 40.11%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C18FE1 (or 0xC18FE1) is known color: Wisteria. HEX triplet: C1, 8F and E1. RGB value is (193,143,225). Sum of RGB (Red+Green+Blue) = 193+143+225=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #C18FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FE1 is #3E701E. Grayscale: #A7A7A7. Windows color (decimal): -4091935 or 14782401. OLE color: 14782401.

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

Color convert

RGB 193 143 225 -
CMYK 0.14 0.36 0 0.12
HSL 276.59º 0.58% 0.72% -
HSV(B) 276.59º 0.36% 0.88% -
XYZ 45.41 36.42 75.87 -
YUV 167.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 193 143 225 0.14 0.36 0 0.12 276.59 0.58 0.72
Hex C1 8F E1 E 24 0 C 115 3A 48
Octal 301 217 341 16 44 0 14 425 72 110
Binary 11000001 10001111 11100001 1110 100100 0 1100 100010101 111010 1001000

Color Harmonies of #C18FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FE1

Black with #C18FE1

Text Example


Text Example

White with #C18FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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