Html Css Color HEX #C18DFE Wisteria

📋 copy color: '#C18DFE'

red 193 ◦ green 141 ◦ blue 254

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

Shades of Wisteria #C18DFE

Tints of Wisteria #C18DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 32.82%
G = 23.98%
B = 43.2%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C18DFE (or 0xC18DFE) is known color: Wisteria. HEX triplet: C1, 8D and FE. RGB value is (193,141,254). Sum of RGB (Red+Green+Blue) = 193+141+254=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #C18DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DFE is #3E7201. Grayscale: #A9A9A9. Windows color (decimal): -4092418 or 16682433. OLE color: 16682433.

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

Color convert

RGB 193 141 254 -
CMYK 0.24 0.44 0 0.00
HSL 267.61º 0.98% 0.77% -
HSV(B) 267.61º 0.44% 1% -
XYZ 49.41 37.54 98.41 -
YUV 169.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 193 141 254 0.24 0.44 0 0.00 267.61 0.98 0.77
Hex C1 8D FE 18 2C 0 0 10C 62 4D
Octal 301 215 376 30 54 0 0 414 142 115
Binary 11000001 10001101 11111110 11000 101100 0 0 100001100 1100010 1001101

Color Harmonies of #C18DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DFE

Black with #C18DFE

Text Example


Text Example

White with #C18DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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