Html Css Color HEX #C18DEA Wisteria

📋 copy color: '#C18DEA'

red 193 ◦ green 141 ◦ blue 234

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

Shades of Wisteria #C18DEA

Tints of Wisteria #C18DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 33.98%
G = 24.82%
B = 41.2%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C18DEA (or 0xC18DEA) is known color: Wisteria. HEX triplet: C1, 8D and EA. RGB value is (193,141,234). Sum of RGB (Red+Green+Blue) = 193+141+234=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #C18DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18DEA is #3E7215. Grayscale: #A6A6A6. Windows color (decimal): -4092438 or 15371713. OLE color: 15371713.

HSL color Cylindrical-coordinate representation of color #C18DEA: hue angle of 273.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18DEA is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 141 234 -
CMYK 0.18 0.40 0 0.08
HSL 273.55º 0.69% 0.74% -
HSV(B) 273.55º 0.4% 0.92% -
XYZ 46.37 36.33 82.41 -
YUV 167.15 165.73 146.44 -
System Red Green Blue C M Y K H S L
Decimal 193 141 234 0.18 0.40 0 0.08 273.55 0.69 0.74
Hex C1 8D EA 12 28 0 8 112 45 4A
Octal 301 215 352 22 50 0 10 422 105 112
Binary 11000001 10001101 11101010 10010 101000 0 1000 100010010 1000101 1001010

Color Harmonies of #C18DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DEA

Black with #C18DEA

Text Example


Text Example

White with #C18DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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