Html Css Color HEX #C18CDF Wisteria

📋 copy color: '#C18CDF'

red 193 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #C18CDF

Tints of Wisteria #C18CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 34.71%
G = 25.18%
B = 40.11%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C18CDF (or 0xC18CDF) is known color: Wisteria. HEX triplet: C1, 8C and DF. RGB value is (193,140,223). Sum of RGB (Red+Green+Blue) = 193+140+223=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #C18CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CDF is #3E7320. Grayscale: #A5A5A5. Windows color (decimal): -4092705 or 14650561. OLE color: 14650561.

HSL color Cylindrical-coordinate representation of color #C18CDF: hue angle of 278.31º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18CDF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 140 223 -
CMYK 0.13 0.37 0 0.13
HSL 278.31º 0.56% 0.71% -
HSV(B) 278.31º 0.37% 0.87% -
XYZ 44.69 35.42 74.29 -
YUV 165.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 193 140 223 0.13 0.37 0 0.13 278.31 0.56 0.71
Hex C1 8C DF D 25 0 D 116 38 47
Octal 301 214 337 15 45 0 15 426 70 107
Binary 11000001 10001100 11011111 1101 100101 0 1101 100010110 111000 1000111

Color Harmonies of #C18CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CDF

Black with #C18CDF

Text Example


Text Example

White with #C18CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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