Html Css Color HEX #C18FDA Wisteria

📋 copy color: '#C18FDA'

red 193 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #C18FDA

Tints of Wisteria #C18FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.81%

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 34.84%
G = 25.81%
B = 39.35%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C18FDA (or 0xC18FDA) is known color: Wisteria. HEX triplet: C1, 8F and DA. RGB value is (193,143,218). Sum of RGB (Red+Green+Blue) = 193+143+218=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C18FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FDA is #3E7025. Grayscale: #A6A6A6. Windows color (decimal): -4091942 or 14323649. OLE color: 14323649.

HSL color Cylindrical-coordinate representation of color #C18FDA: hue angle of 280º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C18FDA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 143 218 -
CMYK 0.11 0.34 0 0.15
HSL 280º 0.5% 0.71% -
HSV(B) 280º 0.34% 0.85% -
XYZ 44.47 36.04 70.94 -
YUV 166.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 193 143 218 0.11 0.34 0 0.15 280 0.5 0.71
Hex C1 8F DA B 22 0 F 118 32 47
Octal 301 217 332 13 42 0 17 430 62 107
Binary 11000001 10001111 11011010 1011 100010 0 1111 100011000 110010 1000111

Color Harmonies of #C18FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18FDA

Black with #C18FDA

Text Example


Text Example

White with #C18FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18FDA; }

 p { color: rgb(193,143,218); }

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

background-color css

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

 a { background-color: rgb(193,143,218); }

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

border-color css

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

 span { border-color: rgb(193,143,218); }

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