Html Css Color HEX #C18DFA Wisteria

📋 copy color: '#C18DFA'

red 193 ◦ green 141 ◦ blue 250

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

Shades of Wisteria #C18DFA

Tints of Wisteria #C18DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.14%

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

R = 33.05%
G = 24.14%
B = 42.81%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C18DFA (or 0xC18DFA) is known color: Wisteria. HEX triplet: C1, 8D and FA. RGB value is (193,141,250). Sum of RGB (Red+Green+Blue) = 193+141+250=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #C18DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DFA is #3E7205. Grayscale: #A8A8A8. Windows color (decimal): -4092422 or 16420289. OLE color: 16420289.

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

Color convert

RGB 193 141 250 -
CMYK 0.23 0.44 0 0.02
HSL 268.62º 0.92% 0.77% -
HSV(B) 268.62º 0.44% 0.98% -
XYZ 48.77 37.29 95.07 -
YUV 168.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 193 141 250 0.23 0.44 0 0.02 268.62 0.92 0.77
Hex C1 8D FA 17 2C 0 2 10D 5C 4D
Octal 301 215 372 27 54 0 2 415 134 115
Binary 11000001 10001101 11111010 10111 101100 0 10 100001101 1011100 1001101

Color Harmonies of #C18DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DFA

Black with #C18DFA

Text Example


Text Example

White with #C18DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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