Html Css Color HEX #C18EFE Wisteria

📋 copy color: '#C18EFE'

red 193 ◦ green 142 ◦ blue 254

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

Shades of Wisteria #C18EFE

Tints of Wisteria #C18EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.11%

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

R = 32.77%
G = 24.11%
B = 43.12%

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

#C18EFE (or 0xC18EFE) is known color: Wisteria. HEX triplet: C1, 8E and FE. RGB value is (193,142,254). Sum of RGB (Red+Green+Blue) = 193+142+254=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #C18EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18EFE is #3E7101. Grayscale: #A9A9A9. Windows color (decimal): -4092162 or 16682689. OLE color: 16682689.

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

Color convert

RGB 193 142 254 -
CMYK 0.24 0.44 0 0.00
HSL 267.32º 0.98% 0.78% -
HSV(B) 267.32º 0.44% 1% -
XYZ 49.55 37.84 98.46 -
YUV 170.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 193 142 254 0.24 0.44 0 0.00 267.32 0.98 0.78
Hex C1 8E FE 18 2C 0 0 10B 62 4E
Octal 301 216 376 30 54 0 0 413 142 116
Binary 11000001 10001110 11111110 11000 101100 0 0 100001011 1100010 1001110

Color Harmonies of #C18EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18EFE

Black with #C18EFE

Text Example


Text Example

White with #C18EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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