Html Css Color HEX #C18FFA Wisteria

📋 copy color: '#C18FFA'

red 193 ◦ green 143 ◦ blue 250

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

Shades of Wisteria #C18FFA

Tints of Wisteria #C18FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 32.94%
G = 24.4%
B = 42.66%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C18FFA (or 0xC18FFA) is known color: Wisteria. HEX triplet: C1, 8F and FA. RGB value is (193,143,250). Sum of RGB (Red+Green+Blue) = 193+143+250=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C18FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18FFA is #3E7005. Grayscale: #A9A9A9. Windows color (decimal): -4091910 or 16420801. OLE color: 16420801.

HSL color Cylindrical-coordinate representation of color #C18FFA: hue angle of 268.04º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C18FFA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 143 250 -
CMYK 0.23 0.43 0 0.02
HSL 268.04º 0.91% 0.77% -
HSV(B) 268.04º 0.43% 0.98% -
XYZ 49.07 37.88 95.17 -
YUV 170.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 193 143 250 0.23 0.43 0 0.02 268.04 0.91 0.77
Hex C1 8F FA 17 2B 0 2 10C 5B 4D
Octal 301 217 372 27 53 0 2 414 133 115
Binary 11000001 10001111 11111010 10111 101011 0 10 100001100 1011011 1001101

Color Harmonies of #C18FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FFA

Black with #C18FFA

Text Example


Text Example

White with #C18FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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