Html Css Color HEX #C18FE0 Wisteria

📋 copy color: '#C18FE0'

red 193 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #C18FE0

Tints of Wisteria #C18FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40%

R = 34.46%
G = 25.54%
B = 40%

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

#C18FE0 (or 0xC18FE0) is known color: Wisteria. HEX triplet: C1, 8F and E0. RGB value is (193,143,224). Sum of RGB (Red+Green+Blue) = 193+143+224=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #C18FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FE0 is #3E701F. Grayscale: #A6A6A6. Windows color (decimal): -4091936 or 14716865. OLE color: 14716865.

HSL color Cylindrical-coordinate representation of color #C18FE0: hue angle of 277.04º degrees, saturation: 0.57, 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 #C18FE0 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 143 224 -
CMYK 0.14 0.36 0 0.12
HSL 277.04º 0.57% 0.72% -
HSV(B) 277.04º 0.36% 0.88% -
XYZ 45.27 36.36 75.15 -
YUV 167.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 193 143 224 0.14 0.36 0 0.12 277.04 0.57 0.72
Hex C1 8F E0 E 24 0 C 115 39 48
Octal 301 217 340 16 44 0 14 425 71 110
Binary 11000001 10001111 11100000 1110 100100 0 1100 100010101 111001 1001000

Color Harmonies of #C18FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FE0

Black with #C18FE0

Text Example


Text Example

White with #C18FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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