Html Css Color HEX #C18CDC Wisteria

📋 copy color: '#C18CDC'

red 193 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #C18CDC

Tints of Wisteria #C18CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.32%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 34.9%
G = 25.32%
B = 39.78%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C18CDC (or 0xC18CDC) is known color: Wisteria. HEX triplet: C1, 8C and DC. RGB value is (193,140,220). Sum of RGB (Red+Green+Blue) = 193+140+220=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #C18CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CDC is #3E7323. Grayscale: #A4A4A4. Windows color (decimal): -4092708 or 14453953. OLE color: 14453953.

HSL color Cylindrical-coordinate representation of color #C18CDC: hue angle of 279.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18CDC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 140 220 -
CMYK 0.12 0.36 0 0.14
HSL 279.75º 0.53% 0.71% -
HSV(B) 279.75º 0.36% 0.86% -
XYZ 44.29 35.26 72.18 -
YUV 164.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 193 140 220 0.12 0.36 0 0.14 279.75 0.53 0.71
Hex C1 8C DC C 24 0 E 118 35 47
Octal 301 214 334 14 44 0 16 430 65 107
Binary 11000001 10001100 11011100 1100 100100 0 1110 100011000 110101 1000111

Color Harmonies of #C18CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CDC

Black with #C18CDC

Text Example


Text Example

White with #C18CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CDC; }

 p { color: rgb(193,140,220); }

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

background-color css

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

 a { background-color: rgb(193,140,220); }

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

border-color css

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

 span { border-color: rgb(193,140,220); }

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