Html Css Color HEX #C18DE4 Wisteria

📋 copy color: '#C18DE4'

red 193 ◦ green 141 ◦ blue 228

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

Shades of Wisteria #C18DE4

Tints of Wisteria #C18DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 34.34%
G = 25.09%
B = 40.57%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C18DE4 (or 0xC18DE4) is known color: Wisteria. HEX triplet: C1, 8D and E4. RGB value is (193,141,228). Sum of RGB (Red+Green+Blue) = 193+141+228=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #C18DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DE4 is #3E721B. Grayscale: #A6A6A6. Windows color (decimal): -4092444 or 14978497. OLE color: 14978497.

HSL color Cylindrical-coordinate representation of color #C18DE4: hue angle of 275.86º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18DE4 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 141 228 -
CMYK 0.15 0.38 0 0.11
HSL 275.86º 0.62% 0.72% -
HSV(B) 275.86º 0.38% 0.89% -
XYZ 45.52 35.99 77.95 -
YUV 166.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 193 141 228 0.15 0.38 0 0.11 275.86 0.62 0.72
Hex C1 8D E4 F 26 0 B 114 3E 48
Octal 301 215 344 17 46 0 13 424 76 110
Binary 11000001 10001101 11100100 1111 100110 0 1011 100010100 111110 1001000

Color Harmonies of #C18DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DE4

Black with #C18DE4

Text Example


Text Example

White with #C18DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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